1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Separate VM instruction that generates the instructions that compute a value

from the value itself (the one causing an edge) because the latter may be
a temporary used within the instruction sequence for the VM instruction.

llvm-svn: 858
This commit is contained in:
Vikram S. Adve 2001-10-17 23:55:16 +00:00
parent 41be9ce333
commit abed788cd9

View File

@ -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,