* optabs.c (gen_conditional_trap): Restore #define.

From-SVN: r98513
This commit is contained in:
Nathan Sidwell 2005-04-21 16:56:41 +00:00 committed by Nathan Sidwell
parent ad903c6db7
commit de3eb46f1f
2 changed files with 3 additions and 0 deletions

View 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.

View 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
/* Add a REG_EQUAL note to the last insn in INSNS. TARGET is being set to