diff options
-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. |