diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-07-07 19:09:06 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-07-07 19:09:06 +0000 |
commit | 4761a8d6549125e21d84371a9783bd41de2f55fa (patch) | |
tree | e19f95128e458e37de704f7ce430fa48a02f729d /lib/Target/ARM/ARMSubtarget.h | |
parent | 963b03c1a9f6a9742671459f103ee9a566c6de58 (diff) |
Rewrite comment in English.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134627 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMSubtarget.h')
-rw-r--r-- | lib/Target/ARM/ARMSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.h b/lib/Target/ARM/ARMSubtarget.h index d22b6eb6b2..c6508723a5 100644 --- a/lib/Target/ARM/ARMSubtarget.h +++ b/lib/Target/ARM/ARMSubtarget.h @@ -67,7 +67,7 @@ protected: /// 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. |