aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 97bf5a9..967c3e7 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -9012,7 +9012,6 @@ do_jump_by_parts_greater_rtx (mode, unsignedp, op0, op1, if_false_label, if_true
/* Compare a word at a time, high order first. */
for (i = 0; i < nwords; i++)
{
- rtx comp;
rtx op0_word, op1_word;
if (WORDS_BIG_ENDIAN)