summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBaseInstrInfo.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-11-11 19:47:02 +0000
committerEric Christopher <echristo@apple.com>2010-11-11 19:47:02 +0000
commit6c50119ba33bf22885d2229726c809539a85c247 (patch)
treedb9951618d8510308da3c7962c63dbebdba06602 /lib/Target/ARM/ARMBaseInstrInfo.h
parent391f228e7e00f62b79ad483b801f5f58f046b7ea (diff)
downloadllvm-6c50119ba33bf22885d2229726c809539a85c247.tar.gz
llvm-6c50119ba33bf22885d2229726c809539a85c247.tar.bz2
llvm-6c50119ba33bf22885d2229726c809539a85c247.tar.xz
Revert this temporarily.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118827 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMBaseInstrInfo.h')
-rw-r--r--lib/Target/ARM/ARMBaseInstrInfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/ARM/ARMBaseInstrInfo.h b/lib/Target/ARM/ARMBaseInstrInfo.h
index 065e04af5e..c11f02ccb1 100644
--- a/lib/Target/ARM/ARMBaseInstrInfo.h
+++ b/lib/Target/ARM/ARMBaseInstrInfo.h
@@ -211,11 +211,6 @@ public:
const std::vector<CalleeSavedInfo> &CSI,
const TargetRegisterInfo *TRI) const;
- bool restoreCalleeSavedRegisters(MachineBasicBlock &MBB,
- MachineBasicBlock::iterator MI,
- const std::vector<CalleeSavedInfo> &CSI,
- const TargetRegisterInfo *TRI) const;
-
// Branch analysis.
virtual bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
MachineBasicBlock *&FBB,