repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Cortex-M4 schedule additions
[llvm-complete.git]
/
test
/
CodeGen
/
Generic
/
global-ret0.ll
blob
a2a24b06127b59e2e471e08ee013a5002965ae86
1
; RUN: llc < %s
2
3
@g = global i32 0 ; <i32*> [#uses=1]
4
5
define i32 @main() {
6
%h = load i32, i32* @g ; <i32> [#uses=1]
7
ret i32 %h
8
}