| ; RUN: opt < %s -loop-simplify -S | FileCheck %s |
| @catchtypeinfo = external unnamed_addr constant { i8*, i8*, i8* } |
| define void @main() uwtable ssp personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) { |
| to label %try.cont19 unwind label %catch |
| ; CHECK: catch.preheader: |
| ; CHECK: catch.preheader.split-lp: |
| catch: ; preds = %if.else, %entry |
| %0 = landingpad { i8*, i32 } |
| catch i8* bitcast ({ i8*, i8*, i8* }* @catchtypeinfo to i8*) |
| to label %if.else unwind label %eh.resume |
| if.else: ; preds = %catch |
| to label %try.cont19 unwind label %catch |
| try.cont19: ; preds = %if.else, %entry |
| eh.resume: ; preds = %catch |
| %1 = landingpad { i8*, i32 } |
| catch i8* bitcast ({ i8*, i8*, i8* }* @catchtypeinfo to i8*) |
| resume { i8*, i32 } undef |
| declare i32 @__gxx_personality_v0(...) |