Minor cosmetic change: fix DOSish \r\n.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 7 Oct 2010 07:21:04 +0000 (07:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 7 Oct 2010 07:21:04 +0000 (07:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115910 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/WinCOFFStreamer.cpp

index 6afa6db40fa7ef7cee44936a4efcb87c79a74611..a42d7b46e53fcbca4dad3c206441727ea4e0e600 100644 (file)
@@ -162,10 +162,10 @@ void WinCOFFStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) {
   // don't really even do.
 
   if (Value->getKind() != MCExpr::SymbolRef) {
-    // TODO: This is exactly the same as MachOStreamer. Consider merging into\r
-    // MCObjectStreamer.\r
-    getAssembler().getOrCreateSymbolData(*Symbol);\r
-    AddValueSymbols(Value);\r
+    // TODO: This is exactly the same as MachOStreamer. Consider merging into
+    // MCObjectStreamer.
+    getAssembler().getOrCreateSymbolData(*Symbol);
+    AddValueSymbols(Value);
     Symbol->setVariableValue(Value);
   } else {
     // FIXME: This is a horrible way to do this :(. This should really be