summaryrefslogtreecommitdiff
path: root/test/Feature/forwardreftest.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-03 14:59:11 +0000
committerChris Lattner <sabre@nondot.org>2001-10-03 14:59:11 +0000
commita861f966fd64a5745b1fe4ad19db97f4a9887b59 (patch)
tree5825c27deb53eaceb7ded5c58cc641137b77bc63 /test/Feature/forwardreftest.ll
parentb973dd75ba11b5304c6517bc8d48d0bc877d16ef (diff)
downloadllvm-a861f966fd64a5745b1fe4ad19db97f4a9887b59.tar.gz
llvm-a861f966fd64a5745b1fe4ad19db97f4a9887b59.tar.bz2
llvm-a861f966fd64a5745b1fe4ad19db97f4a9887b59.tar.xz
Fix broken testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@705 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/forwardreftest.ll')
-rw-r--r--test/Feature/forwardreftest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/forwardreftest.ll b/test/Feature/forwardreftest.ll
index 46f510c5a8..df6ca6325c 100644
--- a/test/Feature/forwardreftest.ll
+++ b/test/Feature/forwardreftest.ll
@@ -16,7 +16,7 @@ Startup:
end
int "test"(int)
- %thisfuncty = type int (int)
+ %thisfuncty = type int (int) *
begin
add %thisfuncty %zarro, %test
add %thisfuncty %test, %foozball