summaryrefslogtreecommitdiff
path: root/src/ir/linear-execution.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/linear-execution.h')
-rw-r--r--src/ir/linear-execution.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ir/linear-execution.h b/src/ir/linear-execution.h
index 230bafee5..99b3a2a22 100644
--- a/src/ir/linear-execution.h
+++ b/src/ir/linear-execution.h
@@ -130,7 +130,6 @@ struct LinearExecutionWalker : public PostWalker<SubType, VisitorType> {
case Expression::Id::BrOnId: {
self->pushTask(SubType::doVisitBrOn, currp);
self->pushTask(SubType::doNoteNonLinear, currp);
- self->maybePushTask(SubType::scan, &curr->cast<BrOn>()->rtt);
self->pushTask(SubType::scan, &curr->cast<BrOn>()->ref);
break;
}