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

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