mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
fix failed debug build from loops variable assert
This commit is contained in:
parent
941237027d
commit
06bfd624de
|
|
@ -49,7 +49,6 @@ bool ConditionalGroupPass::Initialize(Compiler* compiler) {
|
|||
bool ConditionalGroupPass::Run(HIRBuilder* builder) {
|
||||
bool dirty;
|
||||
do {
|
||||
assert_true(loops < 20); // arbitrary number
|
||||
dirty = false;
|
||||
for (size_t i = 0; i < passes_.size(); ++i) {
|
||||
scratch_arena()->Reset();
|
||||
|
|
|
|||
Loading…
Reference in a new issue