On Wed, 27 Jun 2007 18:15:12 +1000, "Hasjim Williams" <[EMAIL PROTECTED]> said: > > if_then_else (ge (match_operand:CCFP 1 "cc_register" "") (const_int 0)) > if_then_else (ge:CCFP (match_operand 1 "cc_register" "") (const_int 0)) > > Is the second line still valid syntax?
The second line doesn't work. The first one does. It also fixes up the "internal compiler error: output_operand: '%l' operand isn't a label" error... Incidentally, does anyone know if can you do something like: if_then_else (ge (match_operand:!CCFP 1 "cc_register" "") (const_int 0))