summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorGravatar qadeer <unknown>2010-04-30 21:52:45 +0000
committerGravatar qadeer <unknown>2010-04-30 21:52:45 +0000
commit073a72e337da812d3e905aec31bcb17399ae34fc (patch)
treefd85cf9bb548ab3750a37eabfa3343a2d79474f6 /Source/Core
parent185e797c7c662537fb40a51cc99d2266b0324c70 (diff)
1. Fixed lazy inlining implementation so that inlined procedures use live variable analysis as well
2. Separeted model printing from the lazy inlining option
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/CommandLineOptions.ssc1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/CommandLineOptions.ssc b/Source/Core/CommandLineOptions.ssc
index bab1d04b..39ba0fb8 100644
--- a/Source/Core/CommandLineOptions.ssc
+++ b/Source/Core/CommandLineOptions.ssc
@@ -1303,7 +1303,6 @@ namespace Microsoft.Boogie
}
if (LazyInlining) {
- PrintErrorModel = 1;
TypeEncodingMethod = TypeEncoding.Monomorphic;
UseArrayTheory = true;
UseAbstractInterpretation = false;