From 92e40a7a0619fcf6d7a2e166296cc3458a8ee59c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 16 Apr 1996 10:54:13 -0400 Subject: [PATCH] (alpha_emit_conditional_move): Declare it. From-SVN: r11815 --- gcc/config/alpha/alpha.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index f5c609954ef..07b6d4574b0 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -990,6 +990,8 @@ enum reg_class { NO_REGS, GENERAL_REGS, FLOAT_REGS, ALL_REGS, insns and emitted. */ extern struct rtx_def *alpha_emit_set_const (); +extern struct rtx_def *alpha_emit_conditional_move (); + /* Generate necessary RTL for __builtin_saveregs(). ARGLIST is the argument list; see expr.c. */ extern struct rtx_def *alpha_builtin_saveregs (); -- 2.30.2