aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2010-11-04-BigByval.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/2010-11-04-BigByval.ll')
-rw-r--r--test/CodeGen/Generic/2010-11-04-BigByval.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/Generic/2010-11-04-BigByval.ll b/test/CodeGen/Generic/2010-11-04-BigByval.ll
deleted file mode 100644
index df2ca4c18a05..000000000000
--- a/test/CodeGen/Generic/2010-11-04-BigByval.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc < %s
-; PR7170
-
-%big = type [131072 x i8]
-
-declare void @foo(%big* byval align 1)
-
-define void @bar(%big* byval align 1 %x) {
- call void @foo(%big* byval align 1 %x)
- ret void
-}