diff options
author | David Meyer <pdox@google.com> | 2011-10-18 05:29:23 +0000 |
---|---|---|
committer | David Meyer <pdox@google.com> | 2011-10-18 05:29:23 +0000 |
commit | 928698b14e4bcd0f231dc28e246920a242d81fc1 (patch) | |
tree | f6578e23faa251daa18e12a3d593a480faba6cf9 /lib/Target/ARM/ARMSubtarget.h | |
parent | fe04757f5e06ab15208ac0a2ab8d7e83c62b9f0d (diff) |
Remove NaClMode
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMSubtarget.h')
-rw-r--r-- | lib/Target/ARM/ARMSubtarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.h b/lib/Target/ARM/ARMSubtarget.h index b63e1085fb..5e884e0099 100644 --- a/lib/Target/ARM/ARMSubtarget.h +++ b/lib/Target/ARM/ARMSubtarget.h @@ -70,9 +70,6 @@ protected: /// InThumbMode - True if compiling for Thumb, false for ARM. bool InThumbMode; - /// InNaClMode - True if targeting Native Client - bool InNaClMode; - /// HasThumb2 - True if Thumb2 instructions are supported. bool HasThumb2; |