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
/
2002-07-14-InternalLossage.ll
blob
f93f1c4a5fb084081f53b2d2d80c80775e0408c1
1
; Test to make sure that the 'internal' tag is not lost!
2
;
3
; RUN: llvm-as < %s | llvm-dis | grep internal
4
5
declare void @foo()
6
7
define internal void @foo() {
8
ret void
9
}