aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/xtensa/predicates.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/xtensa/predicates.md')
-rw-r--r--gcc/config/xtensa/predicates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/xtensa/predicates.md b/gcc/config/xtensa/predicates.md
index 0590c0f..c11e863 100644
--- a/gcc/config/xtensa/predicates.md
+++ b/gcc/config/xtensa/predicates.md
@@ -149,7 +149,7 @@
(ior (and (match_code "const_int")
(match_test "(GET_MODE_CLASS (mode) == MODE_INT
&& xtensa_simm12b (INTVAL (op)))
- || can_create_pseudo_p ()"))
+ || ! xtensa_split1_finished_p ()"))
(and (match_code "const_int,const_double,const,symbol_ref,label_ref")
(match_test "(TARGET_CONST16 || TARGET_AUTO_LITPOOLS)
&& CONSTANT_P (op)