bool-ifying xe::cpu
This commit is contained in:
@@ -22,7 +22,7 @@ class ValueReductionPass : public CompilerPass {
|
||||
ValueReductionPass();
|
||||
~ValueReductionPass() override;
|
||||
|
||||
int Run(hir::HIRBuilder* builder) override;
|
||||
bool Run(hir::HIRBuilder* builder) override;
|
||||
|
||||
private:
|
||||
void ComputeLastUse(hir::Value* value);
|
||||
|
||||
Reference in New Issue
Block a user