summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMSubtarget.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-07 19:09:06 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-07 19:09:06 +0000
commit6dbe713a498cf5b2a2c79d6d87bb7f4c25ebd129 (patch)
treeb26f226738dcc5d2e87eaa310d46531fbf47dbca /llvm/lib/Target/ARM/ARMSubtarget.h
parent1834f5dcb69071c93e78098ee56047898965a59a (diff)
downloadbcm5719-llvm-6dbe713a498cf5b2a2c79d6d87bb7f4c25ebd129.tar.gz
bcm5719-llvm-6dbe713a498cf5b2a2c79d6d87bb7f4c25ebd129.zip
Rewrite comment in English.
llvm-svn: 134627
Diffstat (limited to 'llvm/lib/Target/ARM/ARMSubtarget.h')
-rw-r--r--llvm/lib/Target/ARM/ARMSubtarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h
index d22b6eb6b24..c6508723a57 100644
--- a/llvm/lib/Target/ARM/ARMSubtarget.h
+++ b/llvm/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.
OpenPOWER on IntegriCloud