From: rth Date: Thu, 21 Apr 2005 17:48:39 +0000 (+0000) Subject: * config/alpha/sync.md (sync_new_nand): Fix constraints X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88d9f805756e2b7a3a62a3d892985076761d4370;p=thirdparty%2Fgcc.git * config/alpha/sync.md (sync_new_nand): Fix constraints on non-memory operand for previous inversion. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98517 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b4c34975168f..9399f7e833c0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-21 Richard Henderson + + * config/alpha/sync.md (sync_new_nand): Fix constraints + on non-memory operand for previous inversion. + 2005-04-21 Devang Patel PR optimization/20994 diff --git a/gcc/config/alpha/sync.md b/gcc/config/alpha/sync.md index 937a17a8e4fc..8f67a4e255d2 100644 --- a/gcc/config/alpha/sync.md +++ b/gcc/config/alpha/sync.md @@ -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))]