mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
aeb9bb8ba4
llvm-svn: 47296
6 lines
82 B
LLVM
6 lines
82 B
LLVM
; RUN: llvm-as < %s | llc -march=ia64
|
|
|
|
define double @test() {
|
|
ret double 0.0
|
|
}
|