Lines Matching refs:T14
14 ; RUN: sed -e s/.T14:// %s | not opt -verify -disable-output 2>&1 | FileCheck --check-prefix=CHECK1…
199 ;T14: define void @f() personality void ()* @g {
200 ;T14: entry:
201 ;T14: ret void
202 ;T14: cleanup:
203 ;T14: %cp = cleanuppad within none []
204 ;T14: unreachable
205 ;T14: left:
206 ;T14: cleanupret from %cp unwind label %switch
207 ;T14: right:
208 ;T14: cleanupret from %cp unwind to caller
209 ;T14: ; CHECK14: Unwind edges out of a funclet pad must have the same unwind dest
210 ;T14: ; CHECK14-NEXT: %cp = cleanuppad within none []
211 ;T14: ; CHECK14-NEXT: cleanupret from %cp unwind label %switch
212 ;T14: ; CHECK14-NEXT: cleanupret from %cp unwind to caller
213 ;T14: switch:
214 ;T14: %cs = catchswitch within none [label %catch] unwind to caller
215 ;T14: catch:
216 ;T14: catchpad within %cs [i32 1]
217 ;T14: unreachable
218 ;T14: }