Rewrite comment in English.

llvm-svn: 134627
This commit is contained in:
Evan Cheng 2011-07-07 19:09:06 +00:00
parent 1834f5dcb6
commit 6dbe713a49
1 changed files with 1 additions and 1 deletions

View File

@ -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.