Lines Matching refs:T25
25 ; RUN: sed -e s/.T25:// %s | not opt -verify -disable-output 2>&1 | FileCheck --check-prefix=CHECK2…
426 ;T25: define void @f() personality void ()* @g {
427 ;T25: entry:
428 ;T25: unreachable
429 ;T25:
430 ;T25: catch.dispatch:
431 ;T25: %cs = catchswitch within %cp2 [label %catch] unwind label %ehcleanup
432 ;T25: ; CHECK25: EH pad jumps through a cycle of pads
433 ;T25: ; CHECK25: %cs = catchswitch within %cp2 [label %catch] unwind label %ehcleanup
434 ;T25:
435 ;T25: catch:
436 ;T25: %cp2 = catchpad within %cs [i8* null, i32 64, i8* null]
437 ;T25: unreachable
438 ;T25:
439 ;T25: ehcleanup:
440 ;T25: %cp3 = cleanuppad within none []
441 ;T25: cleanupret from %cp3 unwind to caller
442 ;T25: }