diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2008-02-08 22:05:27 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-08 22:05:27 +0000 |
| commit | f2bd1387b0d74530acd7a452fdc077f2afb29357 (patch) | |
| tree | 4c790a0dc785daea2a6c5f9e959443cae37e8b46 /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | |
| parent | e460869d8668bcb5f39ec9200ea6e3a7098bbeab (diff) | |
| download | bcm5719-llvm-f2bd1387b0d74530acd7a452fdc077f2afb29357.tar.gz bcm5719-llvm-f2bd1387b0d74530acd7a452fdc077f2afb29357.zip | |
Forgot these files.
llvm-svn: 46896
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index 5ac8b346012..b508ac220a5 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -709,8 +709,8 @@ bool LiveIntervals::tryFoldMemoryOperand(MachineInstr* &MI, FoldOps.push_back(OpIdx); } - MachineInstr *fmi = isSS ? tii_->foldMemoryOperand(MI, FoldOps, Slot) - : tii_->foldMemoryOperand(MI, FoldOps, DefMI); + MachineInstr *fmi = isSS ? tii_->foldMemoryOperand(*mf_, MI, FoldOps, Slot) + : tii_->foldMemoryOperand(*mf_, MI, FoldOps, DefMI); if (fmi) { // Attempt to fold the memory reference into the instruction. If // we can do this, we don't need to insert spill code. |

