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
This commit is contained in:
Evan Cheng
2011-07-07 19:05:12 +00:00
parent d3ac47f805
commit 963b03c1a9
4 changed files with 10 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ include "llvm/Target/Target.td"
// ARM Subtarget state.
//
def ModeThumb : SubtargetFeature<"thumb", "IsThumb", "true",
def ModeThumb : SubtargetFeature<"thumb-mode", "InThumbMode", "true",
"Thumb mode">;
//===----------------------------------------------------------------------===//