From bf3c95c9b96553159b0d121881179feff7853e5d Mon Sep 17 00:00:00 2001 From: rustanleino Date: Sat, 20 Feb 2010 09:43:34 +0000 Subject: Boogie: * Bug fix: Changed checking of postconditions to follow the order in which ensures clauses are given (not reverse order, as was previously the case) * Added command-line option (/instrumentInfer) that decides how to instrument the Boogie program with inferred invariants. Previously, the only option was to instrument at the beginning and end of every basic block. The new option, which is now the default, is to instrument only at the beginning of loop heads. * Add empty blocks between other blocks only as needed, and try a little harder to retain source information when blocks are peep-hole optimized * Renamed flag /noRemoveEmptyBlocks to /removeEmptyBlocks: where is 0 or 1 Boogie refactoring: * Removed LoopPredicate class and related classes and methods left over from when (back in the Zap 2 days) we supported loop invariants on demand * Cleaned up some parsing of command-line options --- Test/aitest1/runtest.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test/aitest1') diff --git a/Test/aitest1/runtest.bat b/Test/aitest1/runtest.bat index f2a4d3e5..3b2c382c 100644 --- a/Test/aitest1/runtest.bat +++ b/Test/aitest1/runtest.bat @@ -7,7 +7,7 @@ for %%f in (ineq.bpl Linear0.bpl Linear1.bpl Linear2.bpl Linear3.bpl Linear4.bpl Linear5.bpl Linear6.bpl Linear7.bpl Linear8.bpl Linear9.bpl) do ( echo -------------------- %%f -------------------- - %BGEXE% %* -infer:p -printInstrumented -noVerify %%f + %BGEXE% %* -infer:p -instrumentInfer:e -printInstrumented -noVerify %%f ) for %%f in (Bound.bpl) do ( -- cgit v1.2.3