diff options
Diffstat (limited to 'gcc/config/arc/arc.c')
-rw-r--r-- | gcc/config/arc/arc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arc/arc.c b/gcc/config/arc/arc.c index 90419f9fefd..9773d697f33 100644 --- a/gcc/config/arc/arc.c +++ b/gcc/config/arc/arc.c @@ -1971,7 +1971,7 @@ arc_final_prescan_insn (rtx insn, /* BODY will hold the body of INSN. */ register rtx body = PATTERN (insn); - /* This will be 1 if trying to repeat the trick (ie: do the `else' part of + /* This will be 1 if trying to repeat the trick (i.e.: do the `else' part of an if/then/else), and things need to be reversed. */ int reverse = 0; |