Commit fbd86cc6 by Bill Schmidt Committed by William Schmidt

altivec.md (unspec enum): Fix typo in UNSPEC_VSLDOI.

2014-07-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

	* config/rs6000/altivec.md (unspec enum):  Fix typo in
	UNSPEC_VSLDOI.
	(altivec_vsldoi_<mode>): Likewise.

From-SVN: r212874
parent d5d0580e
2014-07-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* config/rs6000/altivec.md (unspec enum): Fix typo in
UNSPEC_VSLDOI.
(altivec_vsldoi_<mode>): Likewise.
2014-07-20 Roman Gareev <gareevroman@gmail.com> 2014-07-20 Roman Gareev <gareevroman@gmail.com>
* graphite-isl-ast-to-gimple.c: * graphite-isl-ast-to-gimple.c:
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
UNSPEC_VCTSXS UNSPEC_VCTSXS
UNSPEC_VLOGEFP UNSPEC_VLOGEFP
UNSPEC_VEXPTEFP UNSPEC_VEXPTEFP
UNSPEC_VLSDOI UNSPEC_VSLDOI
UNSPEC_VUNPACK_HI_SIGN UNSPEC_VUNPACK_HI_SIGN
UNSPEC_VUNPACK_LO_SIGN UNSPEC_VUNPACK_LO_SIGN
UNSPEC_VUNPACK_HI_SIGN_DIRECT UNSPEC_VUNPACK_HI_SIGN_DIRECT
...@@ -2077,7 +2077,7 @@ ...@@ -2077,7 +2077,7 @@
(unspec:VM [(match_operand:VM 1 "register_operand" "v") (unspec:VM [(match_operand:VM 1 "register_operand" "v")
(match_operand:VM 2 "register_operand" "v") (match_operand:VM 2 "register_operand" "v")
(match_operand:QI 3 "immediate_operand" "i")] (match_operand:QI 3 "immediate_operand" "i")]
UNSPEC_VLSDOI))] UNSPEC_VSLDOI))]
"TARGET_ALTIVEC" "TARGET_ALTIVEC"
"vsldoi %0,%1,%2,%3" "vsldoi %0,%1,%2,%3"
[(set_attr "type" "vecperm")]) [(set_attr "type" "vecperm")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment