[opaque pointer types] Serialize the value type for atomic store instructions
[oota-llvm.git] / test / Assembler / 2005-01-03-FPConstantDisassembly.ll
1 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2 ; RUN: verify-uselistorder %s
3
4 define double @test() {
5 ; CHECK: ret double 1.0
6         ret double 1.0   ;; This should not require hex notation
7 }
8