[llvm-commits] [llvm] r134627 - /llvm/trunk/lib/Target/ARM/ARMSubtarget.h

Evan Cheng evan.cheng at apple.com
Thu Jul 7 12:09:06 PDT 2011


Author: evancheng
Date: Thu Jul  7 14:09:06 2011
New Revision: 134627

URL: http://llvm.org/viewvc/llvm-project?rev=134627&view=rev
Log:
Rewrite comment in English.

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=134627&r1=134626&r2=134627&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMSubtarget.h (original)
+++ llvm/trunk/lib/Target/ARM/ARMSubtarget.h Thu Jul  7 14:09:06 2011
@@ -67,7 +67,7 @@
   /// SlowFPBrcc - True if floating point compare + branch is slow.
   bool SlowFPBrcc;
 
-  /// InThumbMode - True if we are in thumb mode, false if in ARM mode.
+  /// InThumbMode - True if compiling for Thumb, false for ARM.
   bool InThumbMode;
 
   /// HasThumb2 - True if Thumb2 instructions are supported.





More information about the llvm-commits mailing list