forked from OSchip/llvm-project
parent
326870b40b
commit
e757ae6534
|
@ -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>
|
||||
}
|
Loading…
Reference in New Issue