hanchenye-llvm-project/llvm/test/CodeGen/IA64/ret-0.ll

6 lines
82 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc -march=ia64
2006-10-25 01:09:20 +08:00
define double @test() {
2006-10-25 01:09:20 +08:00
ret double 0.0
}