MCSchedule.h: fix VS2012 build after r216919
[oota-llvm.git] / test / Assembler / 2005-01-03-FPConstantDisassembly.ll
1 ; RUN: llvm-as < %s | llvm-dis | grep 1.0
2 ; RUN: verify-uselistorder %s
3
4 define double @test() {
5         ret double 1.0   ;; This should not require hex notation
6 }
7