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 cd31c1a commit 031001eCopy full SHA for 031001e
src/autoTune.ml
@@ -376,7 +376,7 @@ class octagonVariableVisitor(varMap, globals) = object
376
377
method! vexpr = function
378
(*an expression of type +/- a +/- b where a,b are either variables or constants*)
379
- | BinOp (op, e1,e2, (TInt _)) when isComparison op -> (
+ | BinOp (op, e1,e2, _) when isComparison op -> (
380
List.iter (fun var -> addOrCreateVarMapping varMap var 5 globals) (extractOctagonVars e1);
381
List.iter (fun var -> addOrCreateVarMapping varMap var 5 globals) (extractOctagonVars e2);
382
DoChildren
0 commit comments