[llvm-commits] [llvm] r138750 - /llvm/trunk/include/llvm/MC/MCInstrDesc.h

Jim Grosbach grosbach at apple.com
Mon Aug 29 11:22:04 PDT 2011


Author: grosbach
Date: Mon Aug 29 13:22:04 2011
New Revision: 138750

URL: http://llvm.org/viewvc/llvm-project?rev=138750&view=rev
Log:
Tidy up. 80 columns.

Modified:
    llvm/trunk/include/llvm/MC/MCInstrDesc.h

Modified: llvm/trunk/include/llvm/MC/MCInstrDesc.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCInstrDesc.h?rev=138750&r1=138749&r2=138750&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCInstrDesc.h (original)
+++ llvm/trunk/include/llvm/MC/MCInstrDesc.h Mon Aug 29 13:22:04 2011
@@ -73,7 +73,7 @@
 
   /// isLookupPtrRegClass - Set if this operand is a pointer value and it
   /// requires a callback to look up its register class.
-  bool isLookupPtrRegClass() const { return Flags&(1 <<MCOI::LookupPtrRegClass);}
+  bool isLookupPtrRegClass() const {return Flags&(1 <<MCOI::LookupPtrRegClass);}
 
   /// isPredicate - Set if this is one of the operands that made up of
   /// the predicate operand that controls an isPredicable() instruction.





More information about the llvm-commits mailing list