[llvm-commits] [llvm] r161469 -	/llvm/trunk/lib/Target/ARM/ARMSubtarget.h
    Andrew Trick 
    atrick at apple.com
       
    Tue Aug  7 19:44:08 PDT 2012
    
    
  
Author: atrick
Date: Tue Aug  7 21:44:08 2012
New Revision: 161469
URL: http://llvm.org/viewvc/llvm-project?rev=161469&view=rev
Log:
whitespace
Modified:
    llvm/trunk/lib/Target/ARM/ARMSubtarget.h
Modified: llvm/trunk/lib/Target/ARM/ARMSubtarget.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMSubtarget.h?rev=161469&r1=161468&r2=161469&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMSubtarget.h (original)
+++ llvm/trunk/lib/Target/ARM/ARMSubtarget.h Tue Aug  7 21:44:08 2012
@@ -74,7 +74,7 @@
   /// HasThumb2 - True if Thumb2 instructions are supported.
   bool HasThumb2;
 
-  /// IsMClass - True if the subtarget belongs to the 'M' profile of CPUs - 
+  /// IsMClass - True if the subtarget belongs to the 'M' profile of CPUs -
   /// v6m, v7m for example.
   bool IsMClass;
 
    
    
More information about the llvm-commits
mailing list