summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/XCore/2009-03-27-v2f64-param.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/XCore/2009-03-27-v2f64-param.ll')
-rw-r--r--llvm/test/CodeGen/XCore/2009-03-27-v2f64-param.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/XCore/2009-03-27-v2f64-param.ll b/llvm/test/CodeGen/XCore/2009-03-27-v2f64-param.ll
new file mode 100644
index 00000000000..e834d66df24
--- /dev/null
+++ b/llvm/test/CodeGen/XCore/2009-03-27-v2f64-param.ll
@@ -0,0 +1,6 @@
+; RUN: llvm-as < %s | llc -march=xcore
+; PR3898
+
+define i32 @vector_param(<2 x double> %x) nounwind {
+ ret i32 1;
+}
OpenPOWER on IntegriCloud