summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-14 20:28:57 +0000
committerChris Lattner <sabre@nondot.org>2001-09-14 20:28:57 +0000
commit52a3873f30a052e3b14b46e7cb11f66a64af3ec9 (patch)
tree40e59cb2f9968e8ee0ec87f465618ef8d9f0d251 /llvm
parent4dcbbd5379f9a759cc387588f03985c6d0c2568e (diff)
downloadbcm5719-llvm-52a3873f30a052e3b14b46e7cb11f66a64af3ec9.tar.gz
bcm5719-llvm-52a3873f30a052e3b14b46e7cb11f66a64af3ec9.zip
Remove invalid testcase. Unneccesary anyways
llvm-svn: 577
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/testpointer.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/test/testpointer.ll b/llvm/test/testpointer.ll
deleted file mode 100644
index 586a040b285..00000000000
--- a/llvm/test/testpointer.ll
+++ /dev/null
@@ -1,12 +0,0 @@
- %ptrty = type int *
-
-implementation
-
-[[2 x int]] "test function"(int %i0, int %j0)
- %array = [[2 x int]] [
- [2 x int] [ int 12, int 52 ]
- ]
-begin
- ret [[2x int]] %array
-end
-
OpenPOWER on IntegriCloud