mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-03 05:44:10 -08:00
Avoid invalid merging of phi-sourced nodes in DFG
This commit is contained in:
parent
1b643a2ad6
commit
4a19aaf091
|
@ -66,7 +66,6 @@ public class DataFlowGraphBuilder implements InstructionReader {
|
||||||
int from = incoming.getValue().getIndex();
|
int from = incoming.getValue().getIndex();
|
||||||
int to = phi.getReceiver().getIndex();
|
int to = phi.getReceiver().getIndex();
|
||||||
builder.addEdge(from, to);
|
builder.addEdge(from, to);
|
||||||
join(from, to);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
block.readAllInstructions(this);
|
block.readAllInstructions(this);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user