aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/IA64/ret-0.ll
blob: 7f240cde767002c29df37893bf741a249530030f (plain)
1
2
3
4
5
; RUN: llvm-as < %s | llc -march=ia64

double %test() {
  ret double 0.0
}