fix style.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68542 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Torok Edwin 2009-04-07 19:45:59 +00:00
parent a0bd8109f9
commit 68c405d6e8

View File

@ -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) {