aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMSubtarget.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-02-15 23:22:32 +0000
committerBill Wendling <isanbard@gmail.com>2013-02-15 23:22:32 +0000
commitba6867d0ce3de9b7b4385f98d215edfcd36c4b32 (patch)
treeb5c483b7451619c7a0dbc16a4bb5b5eaa5aa9375 /lib/Target/ARM/ARMSubtarget.h
parent9be8b4fc92e1ace819a78db512c1f945c1471be7 (diff)
downloadexternal_llvm-ba6867d0ce3de9b7b4385f98d215edfcd36c4b32.zip
external_llvm-ba6867d0ce3de9b7b4385f98d215edfcd36c4b32.tar.gz
external_llvm-ba6867d0ce3de9b7b4385f98d215edfcd36c4b32.tar.bz2
Temporary revert of 175320.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMSubtarget.h')
-rw-r--r--lib/Target/ARM/ARMSubtarget.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.h b/lib/Target/ARM/ARMSubtarget.h
index f47555c..87834b8 100644
--- a/lib/Target/ARM/ARMSubtarget.h
+++ b/lib/Target/ARM/ARMSubtarget.h
@@ -204,10 +204,8 @@ protected:
/// \brief Reset the features for the X86 target.
virtual void resetSubtargetFeatures(const MachineFunction *MF);
-private:
- void initializeEnvironment();
void resetSubtargetFeatures(StringRef CPU, StringRef FS);
-public:
+
void computeIssueWidth();
bool hasV4TOps() const { return HasV4TOps; }