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

6 lines
82 B
LLVM

; RUN: llvm-as < %s | llc -march=ia64
define double @test() {
ret double 0.0
}