diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2015-04-20 20:27:28 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2015-04-20 20:27:28 +0000 |
| commit | 3ae6251ceb0cb64c38d8d7cdbfc8f570e7f18021 (patch) | |
| tree | 21482a7d441e5a5c640ab97bbf6fbee55c98799b | |
| parent | 34056dea1ba5daacd3b0a411691fea9e1258e1c1 (diff) | |
| download | bcm5719-llvm-3ae6251ceb0cb64c38d8d7cdbfc8f570e7f18021.tar.gz bcm5719-llvm-3ae6251ceb0cb64c38d8d7cdbfc8f570e7f18021.zip | |
Fixing line endings
llvm-svn: 235342
| -rw-r--r-- | llvm/test/CodeGen/WinEH/cppeh-catch-and-throw.ll | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/llvm/test/CodeGen/WinEH/cppeh-catch-and-throw.ll b/llvm/test/CodeGen/WinEH/cppeh-catch-and-throw.ll index a5dadce5aac..c60a339f6ba 100644 --- a/llvm/test/CodeGen/WinEH/cppeh-catch-and-throw.ll +++ b/llvm/test/CodeGen/WinEH/cppeh-catch-and-throw.ll @@ -103,20 +103,20 @@ unreachable: ; preds = %catch, %entry ; 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@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@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*) |

