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