Fix several accidental DOS line endings in source files
[oota-llvm.git] / test / CodeGen / X86 / statepoint-far-call.ll
index 2ebf38c5c019f5e1c61890fced52320d8b0595d7..dc49061f64612e73f04b215a4446a402305b28eb 100644 (file)
@@ -1,22 +1,22 @@
-; RUN: llc < %s | FileCheck %s\r
-; Test to check that Statepoints with X64 far-immediate targets\r
-; are lowered correctly to an indirect call via a scratch register.\r
-\r
-target datalayout = "e-i64:64-f80:128-n8:16:32:64-S128"\r
-target triple = "x86_64-pc-win64"\r
-\r
-define void @test_far_call() gc "statepoint-example" {\r
-; CHECK-LABEL: test_far_call\r
-; CHECK: pushq %rax\r
-; CHECK: movabsq $140727162896504, %rax \r
-; CHECK: callq *%rax\r
-; CHECK: popq %rax\r
-; CHECK: retq\r
-\r
-entry:\r
-  %safepoint_token = call token (i64, i32, void ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_isVoidf(i64 0, i32 0, void ()* inttoptr (i64 140727162896504 to void ()*), i32 0, i32 0, i32 0, i32 0)  \r
-  ret void\r
-}\r
-\r
-declare token @llvm.experimental.gc.statepoint.p0f_isVoidf(i64, i32, void ()*, i32, i32, ...)\r
-\r
+; RUN: llc < %s | FileCheck %s
+; Test to check that Statepoints with X64 far-immediate targets
+; are lowered correctly to an indirect call via a scratch register.
+
+target datalayout = "e-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-pc-win64"
+
+define void @test_far_call() gc "statepoint-example" {
+; CHECK-LABEL: test_far_call
+; CHECK: pushq %rax
+; CHECK: movabsq $140727162896504, %rax 
+; CHECK: callq *%rax
+; CHECK: popq %rax
+; CHECK: retq
+
+entry:
+  %safepoint_token = call token (i64, i32, void ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_isVoidf(i64 0, i32 0, void ()* inttoptr (i64 140727162896504 to void ()*), i32 0, i32 0, i32 0, i32 0)  
+  ret void
+}
+
+declare token @llvm.experimental.gc.statepoint.p0f_isVoidf(i64, i32, void ()*, i32, i32, ...)
+