Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / vec_return.ll
index d5fc11ecd54c607d3f4b4aae2504372beab7e124..2cf5dc6caa77b770ecf7edc860429c2d23218715 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
 define <4 x i32> @test2() nounwind  {
        ret <4 x i32> < i32 0, i32 0, i32 1, i32 0 >
 }