diff options
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r-- | gcc/gcse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2121,7 +2121,7 @@ gcse_constant_p (rtx x) /* Consider a COMPARE of the same registers is a constant - if they are not floating point registers. */ + if they are not floating point registers. */ if (GET_CODE(x) == COMPARE && GET_CODE (XEXP (x, 0)) == REG && GET_CODE (XEXP (x, 1)) == REG |