Lines Matching refs:T18
18 ; RUN: sed -e s/.T18:// %s | not opt -verify -disable-output 2>&1 | FileCheck --check-prefix=CHECK1…
295 ;T18: define void @f() personality void ()* @g {
296 ;T18: entry:
297 ;T18: invoke void @g()
298 ;T18: to label %invoke.cont unwind label %left
299 ;T18: invoke.cont:
300 ;T18: invoke void @g()
301 ;T18: to label %unreachable unwind label %right
302 ;T18: left:
303 ;T18: %cp.left = cleanuppad within none []
304 ;T18: invoke void @g() [ "funclet"(token %cp.left) ]
305 ;T18: to label %unreachable unwind label %right
306 ;T18: right:
307 ;T18: %cp.right = cleanuppad within none []
308 ;T18: invoke void @g() [ "funclet"(token %cp.right) ]
309 ;T18: to label %unreachable unwind label %left
310 ;T18: ; CHECK18: EH pads can't handle each other's exceptions
311 ;T18: ; CHECK18-NEXT: %cp.left = cleanuppad within none []
312 ;T18: ; CHECK18-NEXT: invoke void @g() [ "funclet"(token %cp.left) ]
313 ;T18: ; CHECK18-NEXT: to label %unreachable unwind label %right
314 ;T18: ; CHECK18-NEXT: %cp.right = cleanuppad within none []
315 ;T18: ; CHECK18-NEXT: invoke void @g() [ "funclet"(token %cp.right) ]
316 ;T18: ; CHECK18-NEXT: to label %unreachable unwind label %left
317 ;T18: unreachable:
318 ;T18: unreachable
319 ;T18: }