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:
parent
41be9ce333
commit
abed788cd9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user