aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 1ef6432..f298096 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -4622,7 +4622,7 @@ word_register_operation_p (const_rtx x)
case SIGN_EXTRACT:
case ZERO_EXTRACT:
return false;
-
+
default:
return true;
}