Remove unnecessary #include.
[oota-llvm.git] / lib / CodeGen / AsmPrinter.cpp
index 820d75c4a0b08d856ead3d6a56a1540780e0eefa..b718958f974f579f72215a878bb92a7618ae8804 100644 (file)
@@ -157,7 +157,7 @@ bool AsmPrinter::doFinalization(Module &M) {
       else if (!I->hasInternalLinkage())
         assert(0 && "Invalid alias linkage");
       
-      O << TAI->getSetDirective() << Name << ", " << Target << "\n";
+      O << TAI->getSetDirective() << ' ' << Name << ", " << Target << "\n";
 
       // If the aliasee has external weak linkage it can be referenced only by
       // alias itself. In this case it can be not in ExtWeakSymbols list. Emit