Fix test for Linux.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 7 Nov 2011 20:47:23 +0000 (20:47 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 7 Nov 2011 20:47:23 +0000 (20:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144003 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vec_return.ll

index d5fc11ecd54c607d3f4b4aae2504372beab7e124..453567a69ff8df942e75c666ee436572524c1fd0 100644 (file)
@@ -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 >