Remove NaClMode

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142338 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Meyer
2011-10-18 05:29:23 +00:00
parent fe04757f5e
commit 928698b14e
10 changed files with 4 additions and 42 deletions

View File

@@ -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;