Prune trailing whitespaces in comment lines.
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
index 118a87f241d69fbe68a652f015def3b2318f1fd0..b80db057d4b970253a755bc2af92c596b59c6834 100644 (file)
@@ -204,7 +204,7 @@ public:
   MachineFrameInfo *getFrameInfo() { return FrameInfo; }
   const MachineFrameInfo *getFrameInfo() const { return FrameInfo; }
 
-  /// getJumpTableInfo - Return the jump table info object for the current 
+  /// getJumpTableInfo - Return the jump table info object for the current
   /// function.  This object contains information about jump tables in the
   /// current function.  If the current function has no jump tables, this will
   /// return null.