diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-07-07 19:05:12 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-07-07 19:05:12 +0000 |
commit | 963b03c1a9f6a9742671459f103ee9a566c6de58 (patch) | |
tree | dfc70e258c06d6e024c1074a09df7983062b046e /lib/Target/ARM/ARMSubtarget.cpp | |
parent | d3ac47f80551d95c64cb41c3f94e888d7e13275b (diff) |
Rename attribute 'thumb' to a more descriptive 'thumb-mode'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134626 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMSubtarget.cpp')
-rw-r--r-- | lib/Target/ARM/ARMSubtarget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.cpp b/lib/Target/ARM/ARMSubtarget.cpp index 19059852bc..506fe80362 100644 --- a/lib/Target/ARM/ARMSubtarget.cpp +++ b/lib/Target/ARM/ARMSubtarget.cpp @@ -53,7 +53,7 @@ ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &CPU, , SlowFPVMLx(false) , HasVMLxForwarding(false) , SlowFPBrcc(false) - , IsThumb(false) + , InThumbMode(false) , HasThumb2(false) , NoARM(false) , PostRAScheduler(false) |