summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_return.ll
blob: 9be341670420d93b4efa2ad533604bec411051e2 (plain)
1
2
3
4
5
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah

<2 x double> %test() {
	ret <2 x double> <double 0.0, double 0.0>
}