diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-12-03 10:00:00 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-12-03 10:00:00 +0000 |
commit | 6710b5b82129c86b43108b4dc4394f7a3d9d6c94 (patch) | |
tree | 6112605030bbec6afb8b0dcba690ae663febada2 /lib/CodeGen/LiveIntervalAnalysis.cpp | |
parent | 1083a2ff38466631acdccc8105a67b0dcbcd1c61 (diff) | |
download | external_llvm-6710b5b82129c86b43108b4dc4394f7a3d9d6c94.zip external_llvm-6710b5b82129c86b43108b4dc4394f7a3d9d6c94.tar.gz external_llvm-6710b5b82129c86b43108b4dc4394f7a3d9d6c94.tar.bz2 |
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44532 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r-- | lib/CodeGen/LiveIntervalAnalysis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index 01727c3..2d34a17 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -966,7 +966,7 @@ rewriteInstructionsForSpills(const LiveInterval &li, bool TrySplit, bool IsNew = NewVReg == 0; bool HasDef = false; bool HasUse = false; - rewriteInstructionForSpills(li, TrySplitMI, I->valno->id, index, end, + rewriteInstructionForSpills(li, TrySplit, I->valno->id, index, end, MI, ReMatOrigDefMI, ReMatDefMI, Slot, LdSlot, isLoad, isLoadSS, DefIsReMat, CanDelete, vrm, RegMap, rc, ReMatIds, NewVReg, HasDef, HasUse, |