diff options
author | Doug Evans <dje@gnu.org> | 1995-01-25 04:13:34 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1995-01-25 04:13:34 +0000 |
commit | c4e0f0610e274d228b675c0f679c13db9875afbc (patch) | |
tree | b5fc499cee14d4139d7f7a931efe66a29b74cf95 /gcc | |
parent | 2ee5c7a8361c8d3fd775df9a4bb5ffcb5568960b (diff) | |
download | gcc-c4e0f0610e274d228b675c0f679c13db9875afbc.zip gcc-c4e0f0610e274d228b675c0f679c13db9875afbc.tar.gz gcc-c4e0f0610e274d228b675c0f679c13db9875afbc.tar.bz2 |
(HAVE_conditional_move): Delete.
From-SVN: r8797
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sparc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index d320a76..fcf890d 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -1490,9 +1490,6 @@ extern struct rtx_def *gen_compare_reg (); /* This function handles all v9 scc insns */ extern int gen_v9_scc (); - -/* ??? This is a hack until conditional move support is complete. */ -#define HAVE_conditional_move (TARGET_V9) /* Generate the special assembly code needed to tell the assembler whatever it might need to know about the return value of a function. |