projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[DAG] Don't pull the binary operation though the shift if the operands have opaque...
[oota-llvm.git]
/
test
/
CodeGen
/
Generic
/
global-ret0.ll
1
; RUN: llc < %s
2
3
@g = global i32 0 ; <i32*> [#uses=1]
4
5
define i32 @main() {
6
%h = load i32* @g ; <i32> [#uses=1]
7
ret i32 %h
8
}