projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808b9b6
)
Remove invalid testcase. Unneccesary anyways
author
Chris Lattner
<sabre@nondot.org>
Fri, 14 Sep 2001 20:28:57 +0000
(20:28 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 14 Sep 2001 20:28:57 +0000
(20:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@577
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/testpointer.ll
[deleted file]
patch
|
blob
|
history
diff --git
a/test/testpointer.ll
b/test/testpointer.ll
deleted file mode 100644
(file)
index
586a040
..0000000
--- a/
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
-