summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2010-08-18 17:33:33 +0000
committerGravatar MichalMoskal <unknown>2010-08-18 17:33:33 +0000
commitb71d8e1847d61e4358de4aa35791ff00556d91e2 (patch)
treec4af69b9c5587a1557a963c22339caed3dcfd62e /Source
parent96ebaccd0a2216e9aec6597bd696af5728c11310 (diff)
Don't set monomorphize with typeEncoding:m, not neccessary.
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/CommandLineOptions.ssc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/CommandLineOptions.ssc b/Source/Core/CommandLineOptions.ssc
index 2a9307bc..d60e7323 100644
--- a/Source/Core/CommandLineOptions.ssc
+++ b/Source/Core/CommandLineOptions.ssc
@@ -1332,7 +1332,7 @@ namespace Microsoft.Boogie
OwnershipModelEncoding = OwnershipModelOption.Trivial;
}
- if (MonomorphicArrays) {
+ if (UseArrayTheory) {
Monomorphize = true;
}