* optabs.c (gen_conditional_trap): Restore #define.
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 21 Apr 2005 16:56:41 +0000 (16:56 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 21 Apr 2005 16:56:41 +0000 (16:56 +0000)
From-SVN: r98513

gcc/ChangeLog
gcc/optabs.c

index d148538..e2b5cd6 100644 (file)
@@ -1,5 +1,7 @@
 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
 
+       * optabs.c (gen_conditional_trap): Restore #define.
+
        * alias.c (true_dependence): Remove 'abort' from comments. Use
        gcc_assert and gcc_unreachable as appropriate.
        (canon_true_dependence): Likewise.
index 8d20ad7..c180da1 100644 (file)
@@ -127,6 +127,7 @@ static rtx vector_compare_rtx (tree, bool, enum insn_code);
 
 #ifndef HAVE_conditional_trap
 #define HAVE_conditional_trap 0
+#define gen_conditional_trap(a,b) (gcc_unreachable (), NULL_RTX)
 #endif
 \f
 /* Add a REG_EQUAL note to the last insn in INSNS.  TARGET is being set to