aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched/SchedGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/InstrSched/SchedGraph.h')
-rw-r--r--lib/CodeGen/InstrSched/SchedGraph.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/InstrSched/SchedGraph.h b/lib/CodeGen/InstrSched/SchedGraph.h
index 76a7663cf8..538590dccb 100644
--- a/lib/CodeGen/InstrSched/SchedGraph.h
+++ b/lib/CodeGen/InstrSched/SchedGraph.h
@@ -310,7 +310,8 @@ private:
const TargetMachine& target);
void addSSAEdge (SchedGraphNode* node,
- const Value* val,
+ const Instruction* defVMInstr,
+ const Value* defValue,
const TargetMachine& target);
void addNonSSAEdgesForValue (const Instruction* instr,