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
/
2003-06-30-RecursiveTypeProblem.ll
blob
5db31140a741628b09c24b51369ac5e3c53838a4
1
; RUN: llvm-as %s -o /dev/null
2
3
%MidFnTy = type void (%MidFnTy*)