diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4622,7 +4622,7 @@ word_register_operation_p (const_rtx x) case SIGN_EXTRACT: case ZERO_EXTRACT: return false; - + default: return true; } |