summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-07 19:19:12 +0000
committerChris Lattner <sabre@nondot.org>2004-10-07 19:19:12 +0000
commit485457f5626624a0126e2d447582529100ec494a (patch)
treeaadfcdc65a52f5ba8cd3ace378fe06081e37ccc3 /include
parentb25ac342a40fe4c6bcc40870e2786069acd33fa5 (diff)
downloadllvm-485457f5626624a0126e2d447582529100ec494a.tar.gz
llvm-485457f5626624a0126e2d447582529100ec494a.tar.bz2
llvm-485457f5626624a0126e2d447582529100ec494a.tar.xz
Change signature of this method again
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16810 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index 06666cf7aa..3324b8e423 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; }