prune unneeded #includes
[oota-llvm.git] / lib / VMCore / TypeSymbolTable.cpp
index 91e4721c1b9cb17fd73936a649682a7d37463faa..475d71949ff566b76029899fb05f33fba9ae7691 100644 (file)
@@ -64,7 +64,9 @@ Type* TypeSymbolTable::remove(iterator Entry) {
   // list...
   if (Result->isAbstract()) {
 #if DEBUG_ABSTYPE
-    cerr << "Removing abstract type from symtab" << Result->getDescription()<<"\n";
+    cerr << "Removing abstract type from symtab"
+         << Result->getDescription()
+         << "\n";
 #endif
     cast<DerivedType>(Result)->removeAbstractTypeUser(this);
   }