Change signature of this method again
authorChris Lattner <sabre@nondot.org>
Thu, 7 Oct 2004 19:19:12 +0000 (19:19 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Oct 2004 19:19:12 +0000 (19:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16810 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Type.h

index 06666cf7aa9add15f173c9c2a664fa2927913981..3324b8e423685ee7a735ce2a6b123dfa0a7891c9 100644 (file)
@@ -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; }