summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2012-01-18-vbitcast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2012-01-18-vbitcast.ll')
-rw-r--r--test/CodeGen/X86/2012-01-18-vbitcast.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2012-01-18-vbitcast.ll b/test/CodeGen/X86/2012-01-18-vbitcast.ll
index 8a3ccc8dfd..3ce7db6e41 100644
--- a/test/CodeGen/X86/2012-01-18-vbitcast.ll
+++ b/test/CodeGen/X86/2012-01-18-vbitcast.ll
@@ -2,8 +2,8 @@
;CHECK: vcast
define <2 x i32> @vcast(<2 x float> %a, <2 x float> %b) {
-;CHECK: pshufd
-;CHECK: pshufd
+;CHECK: pmovzxdq
+;CHECK: pmovzxdq
%af = bitcast <2 x float> %a to <2 x i32>
%bf = bitcast <2 x float> %b to <2 x i32>
%x = sub <2 x i32> %af, %bf