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

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