blob: dc45ce705f44453d0fb23ee84baf932318e322e8 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=arm
Tanya Lattner6263f942008-02-17 20:02:20 +00002@handler_installed.6144.b = external global i1 ; <i1*> [#uses=1]
Lauro Ramos Venancio30b51d92007-01-04 14:27:21 +00003
Tanya Lattner6263f942008-02-17 20:02:20 +00004define void @__mf_sigusr1_respond() {
Lauro Ramos Venancio30b51d92007-01-04 14:27:21 +00005entry:
Tanya Lattner6263f942008-02-17 20:02:20 +00006 %tmp8.b = load i1* @handler_installed.6144.b ; <i1> [#uses=1]
7 br i1 false, label %cond_true7, label %cond_next
Lauro Ramos Venancio30b51d92007-01-04 14:27:21 +00008
Tanya Lattner6263f942008-02-17 20:02:20 +00009cond_next: ; preds = %entry
10 br i1 %tmp8.b, label %bb, label %cond_next3
Lauro Ramos Venancio30b51d92007-01-04 14:27:21 +000011
Tanya Lattner6263f942008-02-17 20:02:20 +000012cond_next3: ; preds = %cond_next
13 ret void
Lauro Ramos Venancio30b51d92007-01-04 14:27:21 +000014
Tanya Lattner6263f942008-02-17 20:02:20 +000015bb: ; preds = %cond_next
16 ret void
Lauro Ramos Venancio30b51d92007-01-04 14:27:21 +000017
Tanya Lattner6263f942008-02-17 20:02:20 +000018cond_true7: ; preds = %entry
19 ret void
Lauro Ramos Venancio30b51d92007-01-04 14:27:21 +000020}