[llvm] r235342 - Fixing line endings
Andrew Kaylor
andrew.kaylor at intel.com
Mon Apr 20 13:27:28 PDT 2015
Author: akaylor
Date: Mon Apr 20 15:27:28 2015
New Revision: 235342
URL: http://llvm.org/viewvc/llvm-project?rev=235342&view=rev
Log:
Fixing line endings
Modified:
llvm/trunk/test/CodeGen/WinEH/cppeh-catch-and-throw.ll
Modified: llvm/trunk/test/CodeGen/WinEH/cppeh-catch-and-throw.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/WinEH/cppeh-catch-and-throw.ll?rev=235342&r1=235341&r2=235342&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/WinEH/cppeh-catch-and-throw.ll (original)
+++ llvm/trunk/test/CodeGen/WinEH/cppeh-catch-and-throw.ll Mon Apr 20 15:27:28 2015
@@ -103,20 +103,20 @@ unreachable:
; Verify that we inserted a stub invoke into the outlined cleanup handler.
;
-; CHECK-LABEL: define internal void @"\01?test@@YAXXZ.cleanup"(i8*, i8*)
-; CHECK: entry:
-; CHECK: call i8* @llvm.framerecover
-; CHECK: call void @"\01??1Obj@@QEAA at XZ"
-; CHECK: invoke void @llvm.donothing()
-; CHECK: to label %[[SPLIT_LABEL:.+]] unwind label %[[LPAD_LABEL:.+]]
-;
-; CHECK: [[SPLIT_LABEL]]
-;
-; CHECK: [[LPAD_LABEL]]
-; CHECK: landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*)
-; CHECK: cleanup
-; CHECK: unreachable
-; CHECK: }
+; CHECK-LABEL: define internal void @"\01?test@@YAXXZ.cleanup"(i8*, i8*)
+; CHECK: entry:
+; CHECK: call i8* @llvm.framerecover
+; CHECK: call void @"\01??1Obj@@QEAA at XZ"
+; CHECK: invoke void @llvm.donothing()
+; CHECK: to label %[[SPLIT_LABEL:.+]] unwind label %[[LPAD_LABEL:.+]]
+;
+; CHECK: [[SPLIT_LABEL]]
+;
+; CHECK: [[LPAD_LABEL]]
+; CHECK: landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*)
+; CHECK: cleanup
+; CHECK: unreachable
+; CHECK: }
declare void @_CxxThrowException(i8*, %eh.ThrowInfo*)
More information about the llvm-commits
mailing list