OSDN Git Service

(alpha_emit_conditional_move): Declare it.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Apr 1996 14:54:13 +0000 (14:54 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Apr 1996 14:54:13 +0000 (14:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11815 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/alpha/alpha.h

index f5c6099..07b6d45 100644 (file)
@@ -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 ();