mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-14 09:25:25 +00:00
Rename method, change comment, add argument
llvm-svn: 16771
This commit is contained in:
parent
38fbf09104
commit
3f0662954e
@ -101,9 +101,9 @@ protected:
|
||||
///
|
||||
inline void setAbstract(bool Val) { Abstract = Val; }
|
||||
|
||||
/// isTypeAbstract - This method is used to calculate the Abstract bit.
|
||||
///
|
||||
bool isTypeAbstract();
|
||||
// PromoteAbstractToConcrete - This is an internal method used to calculate
|
||||
// change "Abstract" from true to false when types are refined.
|
||||
bool PromoteAbstractToConcrete(void *);
|
||||
|
||||
unsigned getRefCount() const { return RefCount; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user