mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +00:00
remove misleading comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a71965b1ad
commit
e87a4b6cb0
@ -371,13 +371,7 @@ protected:
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Define some inline methods for the AbstractTypeUser.h:PATypeHandle class.
|
||||
// These are defined here because they MUST be inlined, yet are dependent on
|
||||
// the definition of the Type class. Of course Type derives from Value, which
|
||||
// contains an AbstractTypeUser instance, so there is no good way to factor out
|
||||
// the code. Hence this bit of uglyness.
|
||||
//
|
||||
// In the long term, Type should not derive from Value, allowing
|
||||
// AbstractTypeUser.h to #include Type.h, allowing us to eliminate this
|
||||
// nastyness entirely.
|
||||
// the definition of the Type class.
|
||||
//
|
||||
inline void PATypeHandle::addUser() {
|
||||
assert(Ty && "Type Handle has a null type!");
|
||||
|
Loading…
Reference in New Issue
Block a user