re PR target/53461 (Incorrect handling of CASE_VECTOR_PC_RELATIVE in config/m68k.md)
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 4 Jun 2012 13:13:09 +0000 (13:13 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Mon, 4 Jun 2012 13:13:09 +0000 (13:13 +0000)
PR target/53461
* config/m68k/m68k.md ("tablejump"): Fix check for
CASE_VECTOR_PC_RELATIVE.

From-SVN: r188179

gcc/ChangeLog
gcc/config/m68k/m68k.md

index 9e1821e83e8ce85d5527def86971bb0d89c295ff..9ab51e8f4e416ff32d24d81345ec412f012dcafc 100644 (file)
@@ -1,3 +1,9 @@
+2012-06-04  Andreas Schwab  <schwab@linux-m68k.org>
+
+       PR target/53461
+       * config/m68k/m68k.md ("tablejump"): Fix check for
+       CASE_VECTOR_PC_RELATIVE.
+
 2012-06-04  Steven Bosscher  <steven@gcc.gnu.org>
 
        * output.h (merge_weak, assemble_alias,
index 0225b7ef2ed73050a33111ec10aedf4346f47c95..00a69c78d88402ee6942455fd32c3edd4e404c11 100644 (file)
              (use (label_ref (match_operand 1 "" "")))])]
   ""
 {
-#ifdef CASE_VECTOR_PC_RELATIVE
+#if CASE_VECTOR_PC_RELATIVE
     operands[0] = gen_rtx_PLUS (SImode, pc_rtx,
                                gen_rtx_SIGN_EXTEND (SImode, operands[0]));
 #endif