Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v4f32...
[oota-llvm.git] / test / Assembler / 2005-01-03-FPConstantDisassembly.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep 1.0
2
3 double %test() {
4         ret double 1.0   ;; This should not require hex notation
5 }
6