[x32] Fix FrameIndex check in SelectLEA64_32Addr
[oota-llvm.git] / test / CodeGen / X86 / avx-shuffle-x86_32.ll
old mode 100755 (executable)
new mode 100644 (file)
index 210287f..78b4888
@@ -1,8 +1,8 @@
-; RUN: llc < %s -mtriple=i686-pc-win32 -mcpu=corei7-avx -mattr=+avx | FileCheck %s\r
-\r
-define <4 x i64> @test1(<4 x i64> %a) nounwind {\r
- %b = shufflevector <4 x i64> %a, <4 x i64> undef, <4 x i32> <i32 1, i32 3, i32 5, i32 7>\r
- ret <4 x i64>%b\r
- ; CHECK test1:\r
- ; CHECK: vinsertf128\r
- }\r
+; RUN: llc < %s -mtriple=i686-pc-win32 -mcpu=corei7-avx -mattr=+avx | FileCheck %s
+
+define <4 x i64> @test1(<4 x i64> %a) nounwind {
+ %b = shufflevector <4 x i64> %a, <4 x i64> undef, <4 x i32> <i32 1, i32 3, i32 5, i32 7>
+ ret <4 x i64>%b
+ ; CHECK-LABEL: test1:
+ ; CHECK-NOT: vinsertf128
+ }