X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fvec_return.ll;h=f7fcd032cab3608725b4bd9f67ebbd65e6e45a64;hb=89095a7882dcb4520a5d5fc77fe6f0230292d6dd;hp=2cf5dc6caa77b770ecf7edc860429c2d23218715;hpb=61f46de34923694893da6785ccdfba390913cf51;p=oota-llvm.git diff --git a/test/CodeGen/X86/vec_return.ll b/test/CodeGen/X86/vec_return.ll index 2cf5dc6caa7..f7fcd032cab 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 {{.*}}CPI +; CHECK: movaps {{.*}}{{CPI|__xmm@}} define <4 x i32> @test2() nounwind { ret <4 x i32> < i32 0, i32 0, i32 1, i32 0 > }