1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/test/CodeGen/IA64/ret-0.ll

6 lines
82 B
LLVM
Raw Normal View History

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