Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the real
[oota-llvm.git] / test / Assembler / 2005-01-03-FPConstantDisassembly.ll
1 ; RUN: llvm-as < %s | llvm-dis | grep 1.0
2
3 define double @test() {
4         ret double 1.0   ;; This should not require hex notation
5 }
6