New testcase

llvm-svn: 27766
This commit is contained in:
Chris Lattner 2006-04-17 20:32:27 +00:00
parent 9bcfa7f378
commit ceb52c4403

View File

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