]> andersk Git - splint.git/blobdiff - src/loopHeuristics.c
Improved tracking of state change locations. Added +showdeephistory
[splint.git] / src / loopHeuristics.c
index a0c857add3f55cc02d91756ee029c96a0378d5a7..3d926af931748cdffc6bba45e6a3307aa583c824 100644 (file)
@@ -155,7 +155,7 @@ static bool canGetForTimes (/*@notnull@*/ exprNode forPred, /*@notnull@*/ exprNo
     }
   
   tok = (exprData_getUopTok (inc->edata));
-  if (lltok_isInc_Op (tok) )
+  if (lltok_isIncOp (tok) )
       {
        t1 = exprData_getUopNode (test->edata);
        t2 = exprData_getUopNode (inc->edata);
@@ -293,7 +293,7 @@ static /*@only@*/ constraintExpr getForTimes (/*@notnull@*/ exprNode forPred, /*
     }
   
   tok = (exprData_getUopTok (inc->edata));
-  if (lltok_isInc_Op (tok) )
+  if (lltok_isIncOp (tok) )
       {
        t1 = exprData_getUopNode (test->edata);
        t2 = exprData_getUopNode (inc->edata);
This page took 0.138489 seconds and 4 git commands to generate.