Fixing line endings

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235342 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Kaylor 2015-04-20 20:27:28 +00:00
parent 9d1b182f81
commit d485ac5538

View File

@ -103,20 +103,20 @@ unreachable: ; preds = %catch, %entry
; Verify that we inserted a stub invoke into the outlined cleanup handler. ; Verify that we inserted a stub invoke into the outlined cleanup handler.
; ;
; CHECK-LABEL: define internal void @"\01?test@@YAXXZ.cleanup"(i8*, i8*) ; CHECK-LABEL: define internal void @"\01?test@@YAXXZ.cleanup"(i8*, i8*)
; CHECK: entry: ; CHECK: entry:
; CHECK: call i8* @llvm.framerecover ; CHECK: call i8* @llvm.framerecover
; CHECK: call void @"\01??1Obj@@QEAA@XZ" ; CHECK: call void @"\01??1Obj@@QEAA@XZ"
; CHECK: invoke void @llvm.donothing() ; CHECK: invoke void @llvm.donothing()
; CHECK: to label %[[SPLIT_LABEL:.+]] unwind label %[[LPAD_LABEL:.+]] ; CHECK: to label %[[SPLIT_LABEL:.+]] unwind label %[[LPAD_LABEL:.+]]
; ;
; CHECK: [[SPLIT_LABEL]] ; CHECK: [[SPLIT_LABEL]]
; ;
; CHECK: [[LPAD_LABEL]] ; CHECK: [[LPAD_LABEL]]
; CHECK: landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) ; CHECK: landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*)
; CHECK: cleanup ; CHECK: cleanup
; CHECK: unreachable ; CHECK: unreachable
; CHECK: } ; CHECK: }
declare void @_CxxThrowException(i8*, %eh.ThrowInfo*) declare void @_CxxThrowException(i8*, %eh.ThrowInfo*)