You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
21
external/llvm/test/CodeGen/ARM/extloadi1.ll
vendored
Normal file
21
external/llvm/test/CodeGen/ARM/extloadi1.ll
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
; RUN: llc -mtriple=arm-eabi %s -o /dev/null
|
||||
|
||||
@handler_installed.6144.b = external global i1 ; <i1*> [#uses=1]
|
||||
|
||||
define void @__mf_sigusr1_respond() {
|
||||
entry:
|
||||
%tmp8.b = load i1, i1* @handler_installed.6144.b ; <i1> [#uses=1]
|
||||
br i1 false, label %cond_true7, label %cond_next
|
||||
|
||||
cond_next: ; preds = %entry
|
||||
br i1 %tmp8.b, label %bb, label %cond_next3
|
||||
|
||||
cond_next3: ; preds = %cond_next
|
||||
ret void
|
||||
|
||||
bb: ; preds = %cond_next
|
||||
ret void
|
||||
|
||||
cond_true7: ; preds = %entry
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user