combine.c (combine_simplify_rtx): Don't create an if_then_else unless both args are...
authorRichard Henderson <rth@cygnus.com>
Mon, 29 May 2000 07:29:13 +0000 (00:29 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 29 May 2000 07:29:13 +0000 (00:29 -0700)
commit085f17143f3444e9fedce6501e21d28bedac8702
tree99a6776b677f08f40278071b001f9001a3bb9dd1
parent7b40bc6bda732c991abfc3726bf68a886b876d68
combine.c (combine_simplify_rtx): Don't create an if_then_else unless both args are general_operand.

        * combine.c (combine_simplify_rtx): Don't create an if_then_else
        unless both args are general_operand.  Don't canonicalize plus
        to ior unless it helps.

From-SVN: r34247
gcc/ChangeLog
gcc/combine.c