[x32] Fix FrameIndex check in SelectLEA64_32Addr
[oota-llvm.git] / test / CodeGen / X86 / vec_return.ll
index d5fc11ecd54c607d3f4b4aae2504372beab7e124..f7fcd032cab3608725b4bd9f67ebbd65e6e45a64 100644 (file)
@@ -10,8 +10,7 @@ define <2 x double> @test() {
 ; Prefer a constant pool load here.
 ; CHECK: test2
 ; CHECK-NOT: shuf
-; CHECK: movaps LCP
-; CHECK-NEXT: ret
+; CHECK: movaps {{.*}}{{CPI|__xmm@}}
 define <4 x i32> @test2() nounwind  {
        ret <4 x i32> < i32 0, i32 0, i32 1, i32 0 >
 }