testcase for PR3898

llvm-svn: 69473
This commit is contained in:
Chris Lattner 2009-04-18 20:49:22 +00:00
parent 7b01e66443
commit 1e7da23983
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
; RUN: llvm-as < %s | llc -march=xcore
; PR3898
define i32 @vector_param(<2 x double> %x) nounwind {
ret i32 1;
}