mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-20 09:30:43 +00:00
Change signature of this method again
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16810 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b25ac342a4
commit
485457f562
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user