mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Test that trivial constants are not printed in hex notation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19281 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
71d94d16b6
commit
b9befc5179
6
test/Assembler/2005-01-03-FPConstantDisassembly.ll
Normal file
6
test/Assembler/2005-01-03-FPConstantDisassembly.ll
Normal file
@ -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
Block a user