summaryrefslogtreecommitdiff
path: root/Test/extractloops
diff options
context:
space:
mode:
authorGravatar qadeer <qadeer@microsoft.com>2012-04-29 23:51:14 -0700
committerGravatar qadeer <qadeer@microsoft.com>2012-04-29 23:51:14 -0700
commitd7786190c142f0db693331d9fcc3f039ce22afa0 (patch)
tree82bb8f47521262c4d761b3bb9d012660b20a4993 /Test/extractloops
parentd6e6fed37183c080dd8fe9dc8f45e2a9f51db27e (diff)
UseLabels=false when stratified inline is on
Diffstat (limited to 'Test/extractloops')
-rw-r--r--Test/extractloops/runtest.bat8
1 files changed, 4 insertions, 4 deletions
diff --git a/Test/extractloops/runtest.bat b/Test/extractloops/runtest.bat
index 84422acd..4fbed727 100644
--- a/Test/extractloops/runtest.bat
+++ b/Test/extractloops/runtest.bat
@@ -5,15 +5,15 @@ set BGEXE=..\..\Binaries\Boogie.exe
rem set BGEXE=mono ..\..\Binaries\Boogie.exe
echo ----- Running regression test t1.bpl
-%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 t1.bpl
+%BGEXE% %* /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 t1.bpl
echo -----
echo ----- Running regression test t2.bpl
-%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 t2.bpl
+%BGEXE% %* /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 t2.bpl
echo -----
echo ----- Running regression test t3.bpl with recursion bound 2
-%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 /recursionBound:2 t3.bpl
+%BGEXE% %* /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 /recursionBound:2 t3.bpl
echo -----
echo ----- Running regression test t3.bpl with recursion bound 4
-%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 /recursionBound:4 t3.bpl
+%BGEXE% %* /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 /recursionBound:4 t3.bpl
echo -----