[llvm-commits] [llvm] r84738 - /llvm/trunk/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h

Chris Lattner sabre at nondot.org
Tue Oct 20 21:10:31 PDT 2009


Author: lattner
Date: Tue Oct 20 23:10:24 2009
New Revision: 84738

URL: http://llvm.org/viewvc/llvm-project?rev=84738&view=rev
Log:
tidy

Modified:
    llvm/trunk/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h

Modified: llvm/trunk/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h?rev=84738&r1=84737&r2=84738&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h (original)
+++ llvm/trunk/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h Tue Oct 20 23:10:24 2009
@@ -51,7 +51,7 @@
   void printAddrModePCOperand(const MCInst *MI, unsigned OpNum,
                               const char *Modifier = 0);
     
-  void printBitfieldInvMaskImmOperand (const MCInst *MI, unsigned OpNum);
+  void printBitfieldInvMaskImmOperand(const MCInst *MI, unsigned OpNum);
   
   void printThumbITMask(const MCInst *MI, unsigned OpNum) {}
   void printThumbAddrModeRROperand(const MCInst *MI, unsigned OpNum) {}





More information about the llvm-commits mailing list