diff options
author | MichalMoskal <unknown> | 2010-08-18 17:33:33 +0000 |
---|---|---|
committer | MichalMoskal <unknown> | 2010-08-18 17:33:33 +0000 |
commit | b71d8e1847d61e4358de4aa35791ff00556d91e2 (patch) | |
tree | c4af69b9c5587a1557a963c22339caed3dcfd62e /Source/Core | |
parent | 96ebaccd0a2216e9aec6597bd696af5728c11310 (diff) |
Don't set monomorphize with typeEncoding:m, not neccessary.
Diffstat (limited to 'Source/Core')
-rw-r--r-- | Source/Core/CommandLineOptions.ssc | 2 |
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;
}
|