Fix several accidental DOS line endings in source files
[oota-llvm.git] / lib / Target / X86 / X86FastISel.cpp
index de94a138d865e51962a443d4ace8cafb7476abc9..629d4d3565f256341d6d20343d7d4c2eca355dfb 100644 (file)
@@ -1098,9 +1098,9 @@ bool X86FastISel::X86SelectRet(const Instruction *I) {
     RetRegs.push_back(VA.getLocReg());
   }
 
-  // All x86 ABIs require that for returning structs by value we copy\r
-  // the sret argument into %rax/%eax (depending on ABI) for the return.\r
-  // We saved the argument into a virtual register in the entry block,\r
+  // All x86 ABIs require that for returning structs by value we copy
+  // the sret argument into %rax/%eax (depending on ABI) for the return.
+  // We saved the argument into a virtual register in the entry block,
   // so now we copy the value out and into %rax/%eax.
   if (F.hasStructRetAttr()) {
     unsigned Reg = X86MFInfo->getSRetReturnReg();