summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMSubtarget.h
diff options
context:
space:
mode:
authorDavid Meyer <pdox@google.com>2011-10-18 05:29:23 +0000
committerDavid Meyer <pdox@google.com>2011-10-18 05:29:23 +0000
commit928698b14e4bcd0f231dc28e246920a242d81fc1 (patch)
treef6578e23faa251daa18e12a3d593a480faba6cf9 /lib/Target/ARM/ARMSubtarget.h
parentfe04757f5e06ab15208ac0a2ab8d7e83c62b9f0d (diff)
downloadllvm-928698b14e4bcd0f231dc28e246920a242d81fc1.tar.gz
llvm-928698b14e4bcd0f231dc28e246920a242d81fc1.tar.bz2
llvm-928698b14e4bcd0f231dc28e246920a242d81fc1.tar.xz
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.h3
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;