summaryrefslogtreecommitdiff
path: root/Source/ExecutionEngine
diff options
context:
space:
mode:
authorGravatar akashlal <unknown>2013-09-08 22:51:47 +0530
committerGravatar akashlal <unknown>2013-09-08 22:51:47 +0530
commitde61793a49fee8bc365dcf3a76a5bf9991e8b3cb (patch)
tree8d2735d32a77c5657f63523ca3ce5aa4459e6f8f /Source/ExecutionEngine
parenta8f8b82e786fa7b6001663e6d85c838af4b5faf7 (diff)
No need for OG with Stratified Inlining.
Diffstat (limited to 'Source/ExecutionEngine')
-rw-r--r--Source/ExecutionEngine/ExecutionEngine.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/ExecutionEngine/ExecutionEngine.cs b/Source/ExecutionEngine/ExecutionEngine.cs
index c6afa0af..d18eee2e 100644
--- a/Source/ExecutionEngine/ExecutionEngine.cs
+++ b/Source/ExecutionEngine/ExecutionEngine.cs
@@ -443,6 +443,7 @@ namespace Microsoft.Boogie
}
}
+ if(CommandLineOptions.Clo.StratifiedInlining == 0)
{
OwickiGriesTransform ogTransform = new OwickiGriesTransform(linearTypechecker);
ogTransform.Transform();