early-access version 2174

This commit is contained in:
pineappleEA
2021-11-01 05:47:44 +01:00
parent b37854dccc
commit 03951516e2
23 changed files with 11363 additions and 5251 deletions

View File

@@ -182,7 +182,7 @@ public:
/// Add phi operand to a phi instruction.
void AddPhiOperand(Block* predecessor, const Value& value);
/// Orders the Phi arguments.
/// Orders the Phi arguments from farthest away to nearest.
void OrderPhiArgs();
void Invalidate();