From: Chris Lattner Date: Thu, 7 Oct 2004 19:19:12 +0000 (+0000) Subject: Change signature of this method again X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=485457f5626624a0126e2d447582529100ec494a;p=oota-llvm.git Change signature of this method again git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16810 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Type.h b/include/llvm/Type.h index 06666cf7aa9..3324b8e4236 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -103,7 +103,7 @@ protected: // PromoteAbstractToConcrete - This is an internal method used to calculate // change "Abstract" from true to false when types are refined. - bool PromoteAbstractToConcrete(void *); + void PromoteAbstractToConcrete(); unsigned getRefCount() const { return RefCount; }