mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@858 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
85b46d6c6d
commit
f43e3366ef
@ -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,
|
||||
|
@ -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