Forgot this.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 23 Feb 2008 00:46:11 +0000 (00:46 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 23 Feb 2008 00:46:11 +0000 (00:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47510 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveIntervalAnalysis.h

index 86cf236ebb39f139a444ff5d64d71b29fe4a6aa6..ad7364082c13e4a1c4a7f12b9ddf53da5ce0f10e 100644 (file)
@@ -389,7 +389,7 @@ namespace llvm {
         bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete,
         VirtRegMap &vrm, const TargetRegisterClass* rc,
         SmallVector<int, 4> &ReMatIds, const MachineLoopInfo *loopInfo,
-        unsigned &NewVReg, bool &HasDef, bool &HasUse,
+        unsigned &NewVReg, unsigned ImpUse, bool &HasDef, bool &HasUse,
         std::map<unsigned,unsigned> &MBBVRegsMap,
         std::vector<LiveInterval*> &NewLIs);
     void rewriteInstructionsForSpills(const LiveInterval &li, bool TrySplit,