What should be the last unnecessary <iostream>s in the library.
[oota-llvm.git] / utils / TableGen / InstrInfoEmitter.cpp
index a1c808b0704fdb3977a08c227b6a319b73e13f2f..3d4da0ee288d114cf9bcef878b4ff8190f0a29e3 100644 (file)
@@ -37,7 +37,7 @@ void InstrInfoEmitter::runEnums(std::ostream &OS) {
   }
   
   if (Namespace.empty()) {
-    std::cerr << "No instructions defined!\n";
+    cerr << "No instructions defined!\n";
     exit(1);
   }
 
@@ -349,7 +349,7 @@ void InstrInfoEmitter::emitShiftedValue(Record *R, StringInit *Val,
     return;
   }
 
-  std::cerr << "Unhandled initializer: " << *Val << "\n";
+  cerr << "Unhandled initializer: " << *Val << "\n";
   throw "In record '" + R->getName() + "' for TSFlag emission.";
 }