From fbd86cc6a12a6ee77a808c0d08b4c55869aa19e1 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Sun, 20 Jul 2014 19:34:11 +0000 Subject: altivec.md (unspec enum): Fix typo in UNSPEC_VSLDOI. 2014-07-20 Bill Schmidt * config/rs6000/altivec.md (unspec enum): Fix typo in UNSPEC_VSLDOI. (altivec_vsldoi_): Likewise. From-SVN: r212874 --- gcc/ChangeLog | 6 ++++++ gcc/config/rs6000/altivec.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fb81f4f..52b84ef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2014-07-20 Bill Schmidt + + * config/rs6000/altivec.md (unspec enum): Fix typo in + UNSPEC_VSLDOI. + (altivec_vsldoi_): Likewise. + 2014-07-20 Roman Gareev * graphite-isl-ast-to-gimple.c: diff --git a/gcc/config/rs6000/altivec.md b/gcc/config/rs6000/altivec.md index a8cfcb7..459179a 100644 --- a/gcc/config/rs6000/altivec.md +++ b/gcc/config/rs6000/altivec.md @@ -67,7 +67,7 @@ UNSPEC_VCTSXS UNSPEC_VLOGEFP UNSPEC_VEXPTEFP - UNSPEC_VLSDOI + UNSPEC_VSLDOI UNSPEC_VUNPACK_HI_SIGN UNSPEC_VUNPACK_LO_SIGN UNSPEC_VUNPACK_HI_SIGN_DIRECT @@ -2077,7 +2077,7 @@ (unspec:VM [(match_operand:VM 1 "register_operand" "v") (match_operand:VM 2 "register_operand" "v") (match_operand:QI 3 "immediate_operand" "i")] - UNSPEC_VLSDOI))] + UNSPEC_VSLDOI))] "TARGET_ALTIVEC" "vsldoi %0,%1,%2,%3" [(set_attr "type" "vecperm")]) -- cgit v1.1