forked from OSchip/llvm-project
Test that trivial constants are not printed in hex notation.
llvm-svn: 19281
This commit is contained in:
parent
472cc1062d
commit
9742ac8c7c
|
@ -0,0 +1,6 @@
|
|||
; RUN: llvm-as < %s | llvm-dis | grep '1.0'
|
||||
|
||||
double %test() {
|
||||
ret double 1.0 ;; This should not require hex notation
|
||||
}
|
||||
|
Loading…
Reference in New Issue