[x32] Fix FrameIndex check in SelectLEA64_32Addr
[oota-llvm.git] / test / CodeGen / X86 / avx-win64-args.ll
old mode 100755 (executable)
new mode 100644 (file)
index 8b52417..85b2634
@@ -1,18 +1,18 @@
-; RUN: llc < %s -mcpu=corei7-avx -mattr=+avx | FileCheck %s\r
-target triple = "x86_64-pc-win32"\r
-\r
-declare <8 x float> @foo(<8 x float>, i32)\r
-\r
-define <8 x float> @test1(<8 x float> %x, <8 x float> %y) nounwind uwtable readnone ssp {\r
-entry:\r
-; CHECK: test1\r
-; CHECK: leaq {{.*}}, %rcx\r
-; CHECK: movl {{.*}}, %edx\r
-; CHECK: call\r
-; CHECK: ret\r
-  %x1 = fadd  <8 x float>  %x, %y\r
-  %call = call  <8 x float> @foo(<8 x float> %x1, i32 1) nounwind\r
-  %y1 = fsub  <8 x float>  %call, %y\r
-  ret <8 x float> %y1\r
-}\r
-\r
+; RUN: llc < %s -mcpu=corei7-avx -mattr=+avx | FileCheck %s
+target triple = "x86_64-pc-win32"
+
+declare <8 x float> @foo(<8 x float>, i32)
+
+define <8 x float> @test1(<8 x float> %x, <8 x float> %y) nounwind uwtable readnone ssp {
+entry:
+; CHECK: test1
+; CHECK: leaq {{.*}}, %rcx
+; CHECK: movl {{.*}}, %edx
+; CHECK: call
+; CHECK: ret
+  %x1 = fadd  <8 x float>  %x, %y
+  %call = call  <8 x float> @foo(<8 x float> %x1, i32 1) nounwind
+  %y1 = fsub  <8 x float>  %call, %y
+  ret <8 x float> %y1
+}
+