aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/vsx.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rs6000/vsx.md')
-rw-r--r--gcc/config/rs6000/vsx.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/vsx.md b/gcc/config/rs6000/vsx.md
index 359e424..0f65024 100644
--- a/gcc/config/rs6000/vsx.md
+++ b/gcc/config/rs6000/vsx.md
@@ -1938,8 +1938,8 @@
(define_insn "vsx_concat_<mode>"
[(set (match_operand:VSX_D 0 "gpc_reg_operand" "=<VSa>,we")
(vec_concat:VSX_D
- (match_operand:<VS_scalar> 1 "gpc_reg_operand" "<VS_64reg>,r")
- (match_operand:<VS_scalar> 2 "gpc_reg_operand" "<VS_64reg>,r")))]
+ (match_operand:<VS_scalar> 1 "gpc_reg_operand" "<VS_64reg>,b")
+ (match_operand:<VS_scalar> 2 "gpc_reg_operand" "<VS_64reg>,b")))]
"VECTOR_MEM_VSX_P (<MODE>mode)"
{
if (which_alternative == 0)