testcase for PR3898
authorChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 20:49:22 +0000 (20:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 20:49:22 +0000 (20:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69473 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/XCore/2009-03-27-v2f64-param.ll [new file with mode: 0644]

diff --git a/test/CodeGen/XCore/2009-03-27-v2f64-param.ll b/test/CodeGen/XCore/2009-03-27-v2f64-param.ll
new file mode 100644 (file)
index 0000000..e834d66
--- /dev/null
@@ -0,0 +1,6 @@
+; RUN: llvm-as < %s | llc -march=xcore
+; PR3898
+
+define i32 @vector_param(<2 x double> %x) nounwind {
+       ret i32 1;
+}