From 4f936a37f29b67f34b7dc8b8021025662a171426 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Mon, 3 Oct 2011 17:55:10 +0000 Subject: Minor fixup to the sparc bshuffle pattern. * config/sparc/sparc.md (bshuffle_vis): Don't wrap GSR_REG in a USE, since it's now a true arg to the UNSPEC. From-SVN: r179470 --- gcc/config/sparc/sparc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/sparc') diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index c48c979..85d140e 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -8252,7 +8252,7 @@ [(set (match_operand:V64I 0 "register_operand" "=e") (unspec:V64I [(match_operand:V64I 1 "register_operand" "e") (match_operand:V64I 2 "register_operand" "e") - (use (reg:SI GSR_REG))] + (reg:SI GSR_REG)] UNSPEC_BSHUFFLE))] "TARGET_VIS2" "bshuffle\t%1, %2, %0" -- cgit v1.1