diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-04-16 10:54:13 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-04-16 10:54:13 -0400 |
commit | 92e40a7a0619fcf6d7a2e166296cc3458a8ee59c (patch) | |
tree | 948f0a6ede90c46ed6d5043770daeb486cfc5d6d /gcc | |
parent | 758d2c0c2f1a5b0011e8ba262e1d338e3fec813f (diff) | |
download | gcc-92e40a7a0619fcf6d7a2e166296cc3458a8ee59c.zip gcc-92e40a7a0619fcf6d7a2e166296cc3458a8ee59c.tar.gz gcc-92e40a7a0619fcf6d7a2e166296cc3458a8ee59c.tar.bz2 |
(alpha_emit_conditional_move): Declare it.
From-SVN: r11815
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/alpha/alpha.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index f5c6099..07b6d45 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 (); |