Commit de3eb46f by Nathan Sidwell Committed by Nathan Sidwell

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

From-SVN: r98513
parent ad903c6d
2005-04-21 Nathan Sidwell <nathan@codesourcery.com> 2005-04-21 Nathan Sidwell <nathan@codesourcery.com>
* optabs.c (gen_conditional_trap): Restore #define.
* alias.c (true_dependence): Remove 'abort' from comments. Use * alias.c (true_dependence): Remove 'abort' from comments. Use
gcc_assert and gcc_unreachable as appropriate. gcc_assert and gcc_unreachable as appropriate.
(canon_true_dependence): Likewise. (canon_true_dependence): Likewise.
......
...@@ -127,6 +127,7 @@ static rtx vector_compare_rtx (tree, bool, enum insn_code); ...@@ -127,6 +127,7 @@ static rtx vector_compare_rtx (tree, bool, enum insn_code);
#ifndef HAVE_conditional_trap #ifndef HAVE_conditional_trap
#define HAVE_conditional_trap 0 #define HAVE_conditional_trap 0
#define gen_conditional_trap(a,b) (gcc_unreachable (), NULL_RTX)
#endif #endif
/* Add a REG_EQUAL note to the last insn in INSNS. TARGET is being set to /* Add a REG_EQUAL note to the last insn in INSNS. TARGET is being set to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment