diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2007-12-02 08:30:39 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2007-12-02 08:30:39 +0000 |
| commit | aee4af68ae2016afc5b4ec0c430e539c5810a766 (patch) | |
| tree | 2d4d78114af12fce6b3f610409ad525ee261bb60 /include/llvm/CodeGen/LiveIntervalAnalysis.h | |
| parent | 0465fb5663a0108399df4c19db1afb4516328964 (diff) | |
Remove redundant foldMemoryOperand variants and other code clean up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveIntervalAnalysis.h')
| -rw-r--r-- | include/llvm/CodeGen/LiveIntervalAnalysis.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h index 5ada1ad149..1be8ea5ea0 100644 --- a/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h @@ -275,8 +275,7 @@ namespace llvm { /// returns true. bool tryFoldMemoryOperand(MachineInstr* &MI, VirtRegMap &vrm, MachineInstr *DefMI, unsigned InstrIdx, - unsigned OpIdx, - SmallVector<unsigned, 2> &UseOps, + SmallVector<unsigned, 2> &Ops, bool isSS, int Slot, unsigned Reg); /// anyKillInMBBAfterIdx - Returns true if there is a kill of the specified |
