aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.h
diff options
context:
space:
mode:
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>2015-05-22 01:04:17 +0000
committerTrevor Saunders <tbsaunde@gcc.gnu.org>2015-05-22 01:04:17 +0000
commit692e031294569fc76371c9eda58f01cce1716c22 (patch)
tree140844ad5e7d79e1b2e7a34393602b9ee0d1c5c3 /gcc/optabs.h
parent759df569f189ce9e4d015c5b46ea5e2107923c69 (diff)
downloadgcc-692e031294569fc76371c9eda58f01cce1716c22.zip
gcc-692e031294569fc76371c9eda58f01cce1716c22.tar.gz
gcc-692e031294569fc76371c9eda58f01cce1716c22.tar.bz2
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. From-SVN: r223518
Diffstat (limited to 'gcc/optabs.h')
-rw-r--r--gcc/optabs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/optabs.h b/gcc/optabs.h
index ff45eb8..8bff2f9 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);