blob: 2504c6c61e3ee2b7458ef3317df77f79c705430f [file] [log] [blame]
Saleem Abdulrasool72587352014-04-03 16:01:44 +00001; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2
Tanya Lattnerf697c032008-02-17 20:02:20 +00003@handler_installed.6144.b = external global i1 ; <i1*> [#uses=1]
Lauro Ramos Venancio697f86b2007-01-04 14:27:21 +00004
Tanya Lattnerf697c032008-02-17 20:02:20 +00005define void @__mf_sigusr1_respond() {
Lauro Ramos Venancio697f86b2007-01-04 14:27:21 +00006entry:
Tanya Lattnerf697c032008-02-17 20:02:20 +00007 %tmp8.b = load i1* @handler_installed.6144.b ; <i1> [#uses=1]
8 br i1 false, label %cond_true7, label %cond_next
Lauro Ramos Venancio697f86b2007-01-04 14:27:21 +00009
Tanya Lattnerf697c032008-02-17 20:02:20 +000010cond_next: ; preds = %entry
11 br i1 %tmp8.b, label %bb, label %cond_next3
Lauro Ramos Venancio697f86b2007-01-04 14:27:21 +000012
Tanya Lattnerf697c032008-02-17 20:02:20 +000013cond_next3: ; preds = %cond_next
14 ret void
Lauro Ramos Venancio697f86b2007-01-04 14:27:21 +000015
Tanya Lattnerf697c032008-02-17 20:02:20 +000016bb: ; preds = %cond_next
17 ret void
Lauro Ramos Venancio697f86b2007-01-04 14:27:21 +000018
Tanya Lattnerf697c032008-02-17 20:02:20 +000019cond_true7: ; preds = %entry
20 ret void
Lauro Ramos Venancio697f86b2007-01-04 14:27:21 +000021}