blob: 0f5cf8947a6bde714973b8e8510cb803494d74b9 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=ia64
2
3double %test() {
4 ret double 0.0
5}