Skip to content

Commit

Permalink
C++: fix a join order in range analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmarsh2 committed Jan 12, 2023
1 parent 938176c commit 31b61b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ module RangeStage<DeltaSig D, BoundSig<D> Bounds, LangSig<D> LangParam, UtilSig<
private class SafeCastExpr extends ConvertOrBoxExpr {
SafeCastExpr() {
conversionCannotOverflow(getTrackedType(pragma[only_bind_into](getOperand())),
getTrackedType(this))
pragma[only_bind_out](getTrackedType(this)))
}
}

Expand Down

0 comments on commit 31b61b1

Please sign in to comment.