diff options
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 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); |