Commit aa0f9c73 by Richard Henderson Committed by Richard Henderson

sync.md (sync_new_nand<I48MODE>): Fix constraints on non-memory operand for previous inversion.

        * config/alpha/sync.md (sync_new_nand<I48MODE>): Fix constraints
        on non-memory operand for previous inversion.

From-SVN: r98517
parent aa3241f3
2005-04-21 Richard Henderson <rth@redhat.com>
* config/alpha/sync.md (sync_new_nand<I48MODE>): Fix constraints
on non-memory operand for previous inversion.
2005-04-21 Devang Patel <dpatel@apple.com>
PR optimization/20994
......
......@@ -174,7 +174,7 @@
[(set (match_operand:I48MODE 0 "register_operand" "=&r")
(and:I48MODE
(not:I48MODE (match_operand:I48MODE 1 "memory_operand" "+m"))
(match_operand:I48MODE 2 "reg_or_8bit_operand" "rI")))
(match_operand:I48MODE 2 "register_operand" "r")))
(set (match_dup 1)
(unspec_volatile:I48MODE
[(and:I48MODE (not:I48MODE (match_dup 1)) (match_dup 2))]
......
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