summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll
blob: 4a9046d02bdb74d5b589a18b71f146d101a10161 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | llvm-dis | grep 1.0
; RUN: verify-uselistorder %s

define double @test() {
        ret double 1.0   ;; This should not require hex notation
}

OpenPOWER on IntegriCloud