Lines Matching refs:T12
12 ; RUN: sed -e s/.T12:// %s | not opt -verify -disable-output 2>&1 | FileCheck --check-prefix=CHECK1…
172 ;T12: define void @f() personality void ()* @g {
173 ;T12: entry:
174 ;T12: ret void
175 ;T12: cleanup:
176 ;T12: %cp = cleanuppad within none []
177 ;T12: cleanupret from %cp unwind label %switch
178 ;T12: ; CHECK12: A cleanupret must exit its cleanup
179 ;T12: ; CHECK12-NEXT: cleanupret from %cp unwind label %switch
180 ;T12: switch:
181 ;T12: %cs = catchswitch within %cp [label %catch] unwind to caller
182 ;T12: catch:
183 ;T12: catchpad within %cs [i32 1]
184 ;T12: unreachable
185 ;T12: }