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
/
2004-02-01-NegativeZero.ll
blob
b28930f2852cbbf45721a7e71794fec0d4e58a73
1
; RUN: llvm-as < %s | llvm-dis | grep -- -0.0
2
3
global double 0x8000000000000000
4
global float -0.0
5