repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a small missed optimization: turn X == C ? X : Y into X == C ? C : Y. This
[llvm/stm8.git]
/
test
/
Assembler
/
2009-07-24-ZeroArgGEP.ll
blob
2a3d11477cb17c609eb2b6b4df674331aebe397d
1
; RUN: llvm-as %s -o /dev/null
2
3
@foo = global i32 0
4
@bar = constant i32* getelementptr(i32* @foo)
5