diff options
Diffstat (limited to 'gcc/genconfig.c')
-rw-r--r-- | gcc/genconfig.c | 10 |
1 files changed, 1 insertions, 9 deletions
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"); |