diff --git a/lib/CodeGen/InstrSched/SchedGraph.h b/lib/CodeGen/InstrSched/SchedGraph.h index 76a7663cf80..538590dccb4 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, diff --git a/lib/Target/SparcV9/InstrSched/SchedGraph.h b/lib/Target/SparcV9/InstrSched/SchedGraph.h index 76a7663cf80..538590dccb4 100644 --- a/lib/Target/SparcV9/InstrSched/SchedGraph.h +++ b/lib/Target/SparcV9/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,