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:
parent
f833088369
commit
2816bd3729
@ -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…
x
Reference in New Issue
Block a user