forked from OSchip/llvm-project
Revert r138606 until LowerInvoke has been converted to the new EH scheme.
llvm-svn: 138656
This commit is contained in:
parent
17054bd670
commit
ac88ab7cce
|
@ -12,9 +12,6 @@ cont: ; preds = %0
|
|||
ret i32 1
|
||||
|
||||
EH: ; preds = %0
|
||||
%lpad = landingpad { i8*, i32 } personality i32 (...)* @__gxx_personality_v0
|
||||
cleanup
|
||||
ret i32 0
|
||||
ret i32 0
|
||||
}
|
||||
|
||||
declare i32 @__gxx_personality_v0(...)
|
||||
|
|
Loading…
Reference in New Issue