]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/lra-constraints.c
always define HAVE_cc0
[thirdparty/gcc.git] / gcc / lra-constraints.c
index 497d8db2d1f33fb1aa70cde1d56d2a27f42b8112..451a14bbd834bdd185acf0fa84f63537c4cb4b83 100644 (file)
@@ -3354,7 +3354,7 @@ curr_insn_transform (bool check_only_p)
   if (JUMP_P (curr_insn) || CALL_P (curr_insn))
     no_output_reloads_p = true;
 
-#ifdef HAVE_cc0
+#if HAVE_cc0
   if (reg_referenced_p (cc0_rtx, PATTERN (curr_insn)))
     no_input_reloads_p = true;
   if (reg_set_p (cc0_rtx, PATTERN (curr_insn)))