From a861f966fd64a5745b1fe4ad19db97f4a9887b59 Mon Sep 17 00:00:00 2001
From: Chris Lattner <sabre@nondot.org>
Date: Wed, 3 Oct 2001 14:59:11 +0000
Subject: [PATCH] Fix broken testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@705 91177308-0d34-0410-b5e6-96231b3b80d8
---
 test/Feature/forwardreftest.ll | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Feature/forwardreftest.ll b/test/Feature/forwardreftest.ll
index 46f510c5a8b..df6ca6325ca 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