mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
fix style.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68542 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a0bd8109f9
commit
68c405d6e8
@ -672,9 +672,9 @@ protected:
|
||||
public:
|
||||
~TypeMapBase()
|
||||
{
|
||||
//PATypeHolder won't destroy non-abstract types.
|
||||
//We can't destroy them by simply iterating, because
|
||||
//they may contain references to each-other
|
||||
// PATypeHolder won't destroy non-abstract types.
|
||||
// We can't destroy them by simply iterating, because
|
||||
// they may contain references to each-other.
|
||||
|
||||
for (std::multimap<unsigned, PATypeHolder>::iterator I
|
||||
= TypesByHash.begin(), E = TypesByHash.end(); I != E; ++I) {
|
||||
|
Loading…
Reference in New Issue
Block a user