From 692e031294569fc76371c9eda58f01cce1716c22 Mon Sep 17 00:00:00 2001 From: Trevor Saunders Date: Fri, 22 May 2015 01:04:17 +0000 Subject: remove #if HAVE_conditional_move gcc/ChangeLog: 2015-05-20 Trevor Saunders * combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't check HAVE_conditional_move with the preprocessor. From-SVN: r223518 --- gcc/optabs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/optabs.h') 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); -- cgit v1.1