Lines Matching refs:T13
15 ; RUN: sed -e s/.T13:// %s | not opt -verify -disable-output 2>&1 | FileCheck --check-prefix=CHECK1…
189 ;T13: define void @f() personality void ()* @g {
190 ;T13: entry:
191 ;T13: ret void
192 ;T13: switch:
193 ;T13: %cs = catchswitch within none [label %catch] unwind label %switch
194 ;T13: ; CHECK13: EH pad cannot handle exceptions raised within it
195 ;T13: ; CHECK13-NEXT: %cs = catchswitch within none [label %catch] unwind label %switch
196 ;T13: catch:
197 ;T13: catchpad within %cs [i32 0]
198 ;T13: unreachable
199 ;T13: }