blob: c3a66b42e27aaebc95aef6ba3e56c9bbf4071e6d [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep 1.0
2
3double %test() {
4 ret double 1.0 ;; This should not require hex notation
5}
6