Fix several accidental DOS line endings in source files
[oota-llvm.git] / test / CodeGen / X86 / system-intrinsics-xsaveopt.ll
index f9bd7acd5a7cf4e7be04b73779bf7ee31d7c8cf4..4bef3fd40ab7fcadba0b79b77614901a53b550d6 100644 (file)
@@ -1,12 +1,12 @@
-; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+xsave,+xsaveopt | FileCheck %s\r
-\r
-define void @test_xsaveopt(i8* %ptr, i32 %hi, i32 %lo) {\r
-; CHECK-LABEL: test_xsaveopt\r
-; CHECK: movl     8(%esp), %edx\r
-; CHECK: movl     12(%esp), %eax\r
-; CHECK: movl     4(%esp), %ecx\r
-; CHECK: xsaveopt (%ecx)\r
-  call void @llvm.x86.xsaveopt(i8* %ptr, i32 %hi, i32 %lo)\r
-  ret void;\r
-}\r
-declare void @llvm.x86.xsaveopt(i8*, i32, i32)\r
+; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+xsave,+xsaveopt | FileCheck %s
+
+define void @test_xsaveopt(i8* %ptr, i32 %hi, i32 %lo) {
+; CHECK-LABEL: test_xsaveopt
+; CHECK: movl     8(%esp), %edx
+; CHECK: movl     12(%esp), %eax
+; CHECK: movl     4(%esp), %ecx
+; CHECK: xsaveopt (%ecx)
+  call void @llvm.x86.xsaveopt(i8* %ptr, i32 %hi, i32 %lo)
+  ret void;
+}
+declare void @llvm.x86.xsaveopt(i8*, i32, i32)