diff options
Diffstat (limited to 'gcc/cselib.c')
-rw-r--r-- | gcc/cselib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cselib.c b/gcc/cselib.c index 0c5183c..1277842 100644 --- a/gcc/cselib.c +++ b/gcc/cselib.c @@ -1618,6 +1618,7 @@ cselib_expand_value_rtx_1 (rtx orig, struct expand_value_data *evd, else return orig; } + return orig; } CASE_CONST_ANY: |