summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveIntervals.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervals.h')
-rw-r--r--llvm/lib/CodeGen/LiveIntervals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervals.h b/llvm/lib/CodeGen/LiveIntervals.h
index 24bc8956b3f..5b78342e281 100644
--- a/llvm/lib/CodeGen/LiveIntervals.h
+++ b/llvm/lib/CodeGen/LiveIntervals.h
@@ -28,6 +28,7 @@ namespace llvm {
class LiveVariables;
class MRegisterInfo;
+ class VirtRegMap;
class LiveIntervals : public MachineFunctionPass
{
@@ -164,7 +165,7 @@ namespace llvm {
Intervals& getIntervals() { return intervals_; }
- void updateSpilledInterval(Interval& i, int slot);
+ void updateSpilledInterval(Interval& i, VirtRegMap& vrm, int slot);
private:
/// computeIntervals - compute live intervals
OpenPOWER on IntegriCloud