mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
fix comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65627 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0a0e68a7ea
commit
1c17ca10b5
@ -33,10 +33,8 @@ template<typename NodeTy> class ilist_iterator;
|
|||||||
template<typename NodeTy, typename Traits> class iplist;
|
template<typename NodeTy, typename Traits> class iplist;
|
||||||
template<typename Ty> struct ilist_traits;
|
template<typename Ty> struct ilist_traits;
|
||||||
|
|
||||||
// ValueSubClass - The type of objects that I hold, e.g. Instruction.
|
// ValueSubClass - The type of objects that I hold, e.g. Instruction.
|
||||||
// ItemParentType - The type of object that owns the list, e.g. BasicBlock.
|
// ItemParentClass - The type of object that owns the list, e.g. BasicBlock.
|
||||||
// TraitBaseClass - The class this trait should inherit from, it should
|
|
||||||
// inherit from ilist_traits<ValueSubClass>
|
|
||||||
//
|
//
|
||||||
template<typename ValueSubClass, typename ItemParentClass>
|
template<typename ValueSubClass, typename ItemParentClass>
|
||||||
class SymbolTableListTraits : public ilist_default_traits<ValueSubClass> {
|
class SymbolTableListTraits : public ilist_default_traits<ValueSubClass> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user