diff options
author | tbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-22 01:04:17 +0000 |
---|---|---|
committer | tbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-22 01:04:17 +0000 |
commit | 9630036a6d102a7238325dae6602322abf901cc0 (patch) | |
tree | 140844ad5e7d79e1b2e7a34393602b9ee0d1c5c3 /gcc/optabs.h | |
parent | cf2f2c56eb85dd164aad2f5b801eb21d78fe8a35 (diff) | |
download | gcc-9630036a6d102a7238325dae6602322abf901cc0.tar.gz |
remove #if HAVE_conditional_move
gcc/ChangeLog:
2015-05-20 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't
check HAVE_conditional_move with the preprocessor.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223518 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/optabs.h')
-rw-r--r-- | gcc/optabs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/optabs.h b/gcc/optabs.h index ff45eb86993..8bff2f964b2 100644 --- a/gcc/optabs.h +++ b/gcc/optabs.h @@ -364,7 +364,6 @@ extern void emit_indirect_jump (rtx); #error "insn-config.h must be included before optabs.h" #endif -#if HAVE_conditional_move /* Emit a conditional move operation. */ rtx emit_conditional_move (rtx, enum rtx_code, rtx, rtx, machine_mode, rtx, rtx, machine_mode, int); @@ -372,7 +371,6 @@ rtx emit_conditional_move (rtx, enum rtx_code, rtx, rtx, machine_mode, /* Return nonzero if the conditional move is supported. */ int can_conditionally_move_p (machine_mode mode); -#endif rtx emit_conditional_add (rtx, enum rtx_code, rtx, rtx, machine_mode, rtx, rtx, machine_mode, int); |