1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

fix style.

llvm-svn: 68542
This commit is contained in:
Torok Edwin 2009-04-07 19:45:59 +00:00
parent f833088369
commit 2816bd3729

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