X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFeature%2Fexception.ll;h=2634692f42527d81e81623b2eec64c0555be1c8c;hb=813f44a29fd0fd140127023222d0633e23783bcc;hp=05dbfe896450c9851ce996b8c3cfaf48f7a8878a;hpb=8cec2f281696a19faee58cd0749a70fbcc0fa218;p=oota-llvm.git diff --git a/test/Feature/exception.ll b/test/Feature/exception.ll index 05dbfe89645..2634692f425 100644 --- a/test/Feature/exception.ll +++ b/test/Feature/exception.ll @@ -123,28 +123,6 @@ exit: ret i8 0 } -define void @terminatepad0() personality i32 (...)* @__gxx_personality_v0 { -entry: - br label %try.cont - -try.cont: - invoke void @_Z3quxv() optsize - to label %try.cont unwind label %bb -bb: - terminatepad within none [i7 4] unwind label %bb -} - -define void @terminatepad1() personality i32 (...)* @__gxx_personality_v0 { -entry: - br label %try.cont - -try.cont: - invoke void @_Z3quxv() optsize - to label %try.cont unwind label %bb -bb: - terminatepad within none [i7 4] unwind to caller -} - define void @cleanuppad() personality i32 (...)* @__gxx_personality_v0 { entry: br label %try.cont