[llvm-commits] [llvm] r137619 - /llvm/trunk/include/llvm/MC/MCTargetAsmParser.h

Jim Grosbach grosbach at apple.com
Mon Aug 15 10:30:25 PDT 2011


Author: grosbach
Date: Mon Aug 15 12:30:25 2011
New Revision: 137619

URL: http://llvm.org/viewvc/llvm-project?rev=137619&view=rev
Log:
Tidy up trailing whitespace.

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

Modified: llvm/trunk/include/llvm/MC/MCTargetAsmParser.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCTargetAsmParser.h?rev=137619&r1=137618&r2=137619&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCTargetAsmParser.h (original)
+++ llvm/trunk/include/llvm/MC/MCTargetAsmParser.h Mon Aug 15 12:30:25 2011
@@ -26,7 +26,7 @@
   void operator=(const MCTargetAsmParser &);  // DO NOT IMPLEMENT
 protected: // Can only create subclasses.
   MCTargetAsmParser();
- 
+
   /// AvailableFeatures - The current set of available features.
   unsigned AvailableFeatures;
 
@@ -66,18 +66,18 @@
   ///
   /// \param DirectiveID - the identifier token of the directive.
   virtual bool ParseDirective(AsmToken DirectiveID) = 0;
-  
+
   /// MatchAndEmitInstruction - Recognize a series of operands of a parsed
   /// instruction as an actual MCInst and emit it to the specified MCStreamer.
   /// This returns false on success and returns true on failure to match.
   ///
   /// On failure, the target parser is responsible for emitting a diagnostic
   /// explaining the match failure.
-  virtual bool 
+  virtual bool
   MatchAndEmitInstruction(SMLoc IDLoc,
                           SmallVectorImpl<MCParsedAsmOperand*> &Operands,
                           MCStreamer &Out) = 0;
-  
+
 };
 
 } // End llvm namespace





More information about the llvm-commits mailing list