From: Richard Henderson Date: Thu, 21 Apr 2005 17:48:39 +0000 (-0700) Subject: sync.md (sync_new_nand): Fix constraints on non-memory operand for previous... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa0f9c732948b14623cad7f6fb3c74b34590cb18;p=gcc.git sync.md (sync_new_nand): Fix constraints on non-memory operand for previous inversion. * config/alpha/sync.md (sync_new_nand): Fix constraints on non-memory operand for previous inversion. From-SVN: r98517 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b4c34975168..9399f7e833c 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 937a17a8e4f..8f67a4e255d 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))]