mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-24 08:33:39 +00:00
Rewrite comment in English.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134627 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
963b03c1a9
commit
4761a8d654
@ -67,7 +67,7 @@ protected:
|
|||||||
/// SlowFPBrcc - True if floating point compare + branch is slow.
|
/// SlowFPBrcc - True if floating point compare + branch is slow.
|
||||||
bool SlowFPBrcc;
|
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;
|
bool InThumbMode;
|
||||||
|
|
||||||
/// HasThumb2 - True if Thumb2 instructions are supported.
|
/// HasThumb2 - True if Thumb2 instructions are supported.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user