aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_set-C.ll
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-06-21 17:35:13 +0000
committerBob Wilson <bob.wilson@apple.com>2011-06-21 17:35:13 +0000
commit38c892624bc66cad98a81e080d235f4e33122562 (patch)
tree4792bba25f67161e3cadcd0b0cf3c96c970ba425 /test/CodeGen/X86/vec_set-C.ll
parent0ac56845d125e555a12701e545ae1dd98f19b2dc (diff)
downloadexternal_llvm-38c892624bc66cad98a81e080d235f4e33122562.zip
external_llvm-38c892624bc66cad98a81e080d235f4e33122562.tar.gz
external_llvm-38c892624bc66cad98a81e080d235f4e33122562.tar.bz2
Revert r133452: "Emit movq for 64-bit register to XMM register moves..."
This is breaking compiler-rt and llvm-gcc builds on MacOSX when not using the integrated assembler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133524 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_set-C.ll')
-rw-r--r--test/CodeGen/X86/vec_set-C.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_set-C.ll b/test/CodeGen/X86/vec_set-C.ll
index 0cf308c..7636ac3 100644
--- a/test/CodeGen/X86/vec_set-C.ll
+++ b/test/CodeGen/X86/vec_set-C.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movq
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep mov | count 1
-; RUN: llc < %s -march=x86-64 -mattr=+sse2 | grep movq
+; RUN: llc < %s -march=x86-64 -mattr=+sse2 | grep movd
define <2 x i64> @t1(i64 %x) nounwind {
%tmp8 = insertelement <2 x i64> zeroinitializer, i64 %x, i32 0