* config/alpha/sync.md (sync_new_nand<I48MODE>): Fix constraints
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Apr 2005 17:48:39 +0000 (17:48 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Apr 2005 17:48:39 +0000 (17:48 +0000)
        on non-memory operand for previous inversion.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98517 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/sync.md

index b4c3497..9399f7e 100644 (file)
@@ -1,3 +1,8 @@
+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
index 937a17a..8f67a4e 100644 (file)
   [(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))]