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