We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4732f5 commit 4df7bf9Copy full SHA for 4df7bf9
lib/AST/RequirementMachine/RewriteLoop.h
@@ -219,11 +219,11 @@ struct RewriteStep {
219
220
/// The size of the left whisker, which is the position within the term where
221
/// the rule is being applied. In A.(X => Y).B, this is |A|=1.
222
- unsigned StartOffset : 16;
+ unsigned StartOffset : 13;
223
224
/// The size of the right whisker, which is the length of the remaining suffix
225
/// after the rule is applied. In A.(X => Y).B, this is |B|=1.
226
- unsigned EndOffset : 16;
+ unsigned EndOffset : 13;
227
228
/// If Kind is Rule, the index of the rule in the rewrite system.
229
///
0 commit comments