Typo
authorEvan Cheng <evan.cheng@apple.com>
Mon, 3 Dec 2007 10:00:00 +0000 (10:00 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 3 Dec 2007 10:00:00 +0000 (10:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44532 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveIntervalAnalysis.cpp

index 01727c388778e3f72bc638bfeab320a9a78e85b3..2d34a179bc24386e42b7b0de33c4ad009a60e699 100644 (file)
@@ -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,