[llvm] r326573 - Test commit: Remove an extraneous space. NFC

David Stenberg via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 2 06:28:56 PST 2018


Author: dstenb
Date: Fri Mar  2 06:28:56 2018
New Revision: 326573

URL: http://llvm.org/viewvc/llvm-project?rev=326573&view=rev
Log:
Test commit: Remove an extraneous space. NFC

Test commit access.

Modified:
    llvm/trunk/lib/Target/X86/X86AsmPrinter.cpp

Modified: llvm/trunk/lib/Target/X86/X86AsmPrinter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86AsmPrinter.cpp?rev=326573&r1=326572&r2=326573&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86AsmPrinter.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86AsmPrinter.cpp Fri Mar  2 06:28:56 2018
@@ -482,7 +482,7 @@ bool X86AsmPrinter::PrintAsmOperand(cons
       printPCRelImm(*this, MI, OpNo, O);
       return false;
 
-    case 'n':  // Negate the immediate or print a '-' before the operand.
+    case 'n': // Negate the immediate or print a '-' before the operand.
       // Note: this is a temporary solution. It should be handled target
       // independently as part of the 'MC' work.
       if (MO.isImm()) {




More information about the llvm-commits mailing list