Tidy up. 80 columns.
authorJim Grosbach <grosbach@apple.com>
Mon, 29 Aug 2011 18:22:04 +0000 (18:22 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 29 Aug 2011 18:22:04 +0000 (18:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138750 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCInstrDesc.h

index 39586d9f187a8e7496802cef8532807e1f89ce06..c49e02e6892e1ac5b7ac93766f364504b20d6236 100644 (file)
@@ -73,7 +73,7 @@ public:
 
   /// 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.