aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-07 20:47:23 +0000
committerStephen Hines <srhines@google.com>2011-11-14 09:11:56 -0800
commiteee3a687f9c4495efd7b094478f432df7bb16ac8 (patch)
tree26b6c08a7302fd40a0dd10b4de66d33d2a6ce784
parent7900e4c94bd1e4c3dab93336f8777cab49f622c1 (diff)
downloadexternal_llvm-eee3a687f9c4495efd7b094478f432df7bb16ac8.zip
external_llvm-eee3a687f9c4495efd7b094478f432df7bb16ac8.tar.gz
external_llvm-eee3a687f9c4495efd7b094478f432df7bb16ac8.tar.bz2
Fix test for Linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144003 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/vec_return.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_return.ll b/test/CodeGen/X86/vec_return.ll
index d5fc11e..453567a 100644
--- a/test/CodeGen/X86/vec_return.ll
+++ b/test/CodeGen/X86/vec_return.ll
@@ -10,7 +10,7 @@ define <2 x double> @test() {
; Prefer a constant pool load here.
; CHECK: test2
; CHECK-NOT: shuf
-; CHECK: movaps LCP
+; CHECK: movaps {{.*}}CPI
; CHECK-NEXT: ret
define <4 x i32> @test2() nounwind {
ret <4 x i32> < i32 0, i32 0, i32 1, i32 0 >