Commit 777ba8d1 by Richard Henderson

* emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.

From-SVN: r35320
parent 63bc1d05
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment