diff options
| author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-21 16:56:41 +0000 |
|---|---|---|
| committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-21 16:56:41 +0000 |
| commit | 5b57171e4e8bec2f65f88e774c2e4a26be8a7057 (patch) | |
| tree | 6ce398375fc6fa9baa65464560c8621b89afaf8f | |
| parent | 173d060e0493dcbe6f781cfd0475fb6c26fcba3a (diff) | |
| download | ppe42-gcc-5b57171e4e8bec2f65f88e774c2e4a26be8a7057.tar.gz ppe42-gcc-5b57171e4e8bec2f65f88e774c2e4a26be8a7057.zip | |
* optabs.c (gen_conditional_trap): Restore #define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98513 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/optabs.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d148538224a..e2b5cd64bea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/optabs.c b/gcc/optabs.c index 8d20ad770a0..c180da17a9c 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -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 |

