From 1a395e69c8fc59e969f9fd5a381edb3ef8434e2e Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 25 Jan 1995 04:15:47 +0000 Subject: (main): Delete #ifndef around HAVE_conditional_move. From-SVN: r8799 --- gcc/genconfig.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'gcc') diff --git a/gcc/genconfig.c b/gcc/genconfig.c index f1585c6..da230f1 100644 --- a/gcc/genconfig.c +++ b/gcc/genconfig.c @@ -343,15 +343,7 @@ from the machine description file `md'. */\n\n"); printf ("#define HAVE_cc0\n"); if (have_cmove_flag) - { - /* ??? The #ifndef/#endif is a hack for targets like sparc where - conditional moves don't exist for all versions of the - architecture. This won't be needed after conditional move support - has been clean up. */ - printf ("#ifndef HAVE_conditional_move\n"); - printf ("#define HAVE_conditional_move 1\n"); - printf ("#endif\n"); - } + printf ("#define HAVE_conditional_move\n"); if (have_lo_sum_flag) printf ("#define HAVE_lo_sum\n"); -- cgit v1.1