summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-07 20:47:23 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-07 20:47:23 +0000
commit7f076cb6cc537a1ef77bf2a16549394f03605d33 (patch)
treed191cabeb3417822973922d5f5527d6b6417dd06 /llvm/test/CodeGen
parent8fe3b115cdddf9c26c968b8a836ec0e35281fc68 (diff)
downloadbcm5719-llvm-7f076cb6cc537a1ef77bf2a16549394f03605d33.tar.gz
bcm5719-llvm-7f076cb6cc537a1ef77bf2a16549394f03605d33.zip
Fix test for Linux.
llvm-svn: 144003
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/vec_return.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_return.ll b/llvm/test/CodeGen/X86/vec_return.ll
index d5fc11ecd54..453567a69ff 100644
--- a/llvm/test/CodeGen/X86/vec_return.ll
+++ b/llvm/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 >
OpenPOWER on IntegriCloud