New testcase

llvm-svn: 27766
This commit is contained in:
Chris Lattner 2006-04-17 20:32:27 +00:00
parent 326870b40b
commit e757ae6534
1 changed files with 5 additions and 0 deletions

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>
}