mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-29 23:04:12 +08:00
* emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.
From-SVN: r35320
This commit is contained in:
parent
63bc1d05cc
commit
777ba8d110
@ -931,6 +931,7 @@ gen_lowpart_common (mode, x)
|
||||
REAL_VALUE_TYPE r;
|
||||
long i[4]; /* Only the low 32 bits of each 'long' are used. */
|
||||
int endian = WORDS_BIG_ENDIAN ? 1 : 0;
|
||||
int c;
|
||||
|
||||
REAL_VALUE_FROM_CONST_DOUBLE (r, x);
|
||||
switch (GET_MODE (x))
|
||||
|
Loading…
Reference in New Issue
Block a user