Replacing DidCarry with manual calculation and fixing compares.
This commit is contained in:
@@ -25,7 +25,6 @@ class ConstantPropagationPass : public CompilerPass {
|
||||
bool Run(hir::HIRBuilder* builder) override;
|
||||
|
||||
private:
|
||||
void PropagateCarry(hir::Value* v, bool did_carry);
|
||||
};
|
||||
|
||||
} // namespace passes
|
||||
|
||||
Reference in New Issue
Block a user