mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 06:25:18 +00:00
Don't repeat names in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240396 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -35,14 +35,11 @@ public:
|
||||
private:
|
||||
const DataLayout *DL;
|
||||
|
||||
/// AnonGlobalIDs - We need to give global values the same name every time
|
||||
/// they are mangled. This keeps track of the number we give to anonymous
|
||||
/// ones.
|
||||
///
|
||||
/// We need to give global values the same name every time they are mangled.
|
||||
/// This keeps track of the number we give to anonymous ones.
|
||||
mutable DenseMap<const GlobalValue*, unsigned> AnonGlobalIDs;
|
||||
|
||||
/// NextAnonGlobalID - This simple counter is used to unique value names.
|
||||
///
|
||||
/// This simple counter is used to unique value names.
|
||||
mutable unsigned NextAnonGlobalID;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user