llvm-6502/test/CodeGen/X86/vec_return.ll

6 lines
118 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah
<2 x double> %test() {
ret <2 x double> <double 0.0, double 0.0>
}