Commit 1a395e69 by Doug Evans

(main): Delete #ifndef around HAVE_conditional_move.

From-SVN: r8799
parent 423933c2
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment