From: Evan Cheng Date: Sat, 23 Feb 2008 00:46:11 +0000 (+0000) Subject: Forgot this. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0cc83b6e851a16292a39d9529ba8aab9b07f0bf0;p=oota-llvm.git Forgot this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47510 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h index 86cf236ebb3..ad7364082c1 100644 --- a/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h @@ -389,7 +389,7 @@ namespace llvm { bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, VirtRegMap &vrm, const TargetRegisterClass* rc, SmallVector &ReMatIds, const MachineLoopInfo *loopInfo, - unsigned &NewVReg, bool &HasDef, bool &HasUse, + unsigned &NewVReg, unsigned ImpUse, bool &HasDef, bool &HasUse, std::map &MBBVRegsMap, std::vector &NewLIs); void rewriteInstructionsForSpills(const LiveInterval &li, bool TrySplit,