summaryrefslogtreecommitdiff
path: root/Test/inline/runtest.bat
diff options
context:
space:
mode:
authorGravatar Unknown <qadeer@FAIZ-AHMED-FAIZ.redmond.corp.microsoft.com>2013-01-04 14:42:40 -0800
committerGravatar Unknown <qadeer@FAIZ-AHMED-FAIZ.redmond.corp.microsoft.com>2013-01-04 14:42:40 -0800
commitab03eafe1c01840e7baab8fd51b4f00f11076d6a (patch)
tree2168ea34e56ee333eba992c035df8e8c24f4c6df /Test/inline/runtest.bat
parent381e589bd49684b46a00c1bea3514e0d1e84b3fd (diff)
bug fix for interaction between inlining and loops
Diffstat (limited to 'Test/inline/runtest.bat')
-rw-r--r--Test/inline/runtest.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/inline/runtest.bat b/Test/inline/runtest.bat
index f56d55a0..cd404bfa 100644
--- a/Test/inline/runtest.bat
+++ b/Test/inline/runtest.bat
@@ -37,3 +37,7 @@ echo -------------------- fundef.bpl --------------------
echo -------------------- polyInline.bpl --------------------
%BGEXE% %* /typeEncoding:predicates /logPrefix:p polyInline.bpl
%BGEXE% %* /typeEncoding:arguments /logPrefix:a polyInline.bpl
+
+echo -------------------- InliningAndLoops.bpl --------------------
+%BGEXE% %* /loopUnroll:3 /soundLoopUnrolling InliningAndLoops.bpl
+