repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
Assembler
/
2004-02-01-NegativeZero.ll
blob
e495c4d6c1565b799ebd7acabf8c7c319cf37b85
1
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2
; RUN: verify-uselistorder %s
3
4
; CHECK: global double -0.000000e+00
5
@0 = global double 0x8000000000000000
6
7
; CHECK: global float -0.000000e+00
8
@1 = global float -0.0
9