summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx-128.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/avx-128.ll')
-rw-r--r--test/CodeGen/X86/avx-128.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/avx-128.ll b/test/CodeGen/X86/avx-128.ll
index a72160be719ac..2bd3b5dfedd66 100644
--- a/test/CodeGen/X86/avx-128.ll
+++ b/test/CodeGen/X86/avx-128.ll
@@ -4,7 +4,7 @@
define void @zero() nounwind ssp {
entry:
- ; CHECK: vpxor
+ ; CHECK: vxorps
; CHECK: vmovaps
store <4 x float> zeroinitializer, <4 x float>* @z, align 16
ret void