summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-28 17:41:00 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-28 17:41:00 +0000
commit685dfa754867eec17414455b3d57014edee74fad (patch)
tree6c8504c759a008c6c314eb9333f8ba988727237e /gcc/emit-rtl.c
parent256d47d0d71b31a0fa32f302a831d88a0c64adee (diff)
downloadgcc-685dfa754867eec17414455b3d57014edee74fad.tar.gz
* emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35320 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r--gcc/emit-rtl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c
index a34e6bbc5f9..440009ba237 100644
--- a/gcc/emit-rtl.c
+++ b/gcc/emit-rtl.c
@@ -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))