summaryrefslogtreecommitdiff
path: root/Source/VCGeneration/VC.ssc
diff options
context:
space:
mode:
Diffstat (limited to 'Source/VCGeneration/VC.ssc')
-rw-r--r--Source/VCGeneration/VC.ssc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/VCGeneration/VC.ssc b/Source/VCGeneration/VC.ssc
index a9b47222..cdc6dde2 100644
--- a/Source/VCGeneration/VC.ssc
+++ b/Source/VCGeneration/VC.ssc
@@ -1759,6 +1759,10 @@ namespace VC
Convert2PassiveCmd(impl);
+ if (CommandLineOptions.Clo.LiveVariableAnalysis) {
+ Microsoft.Boogie.LiveVariableAnalysis.ClearLiveVariables(impl);
+ }
+
#region Peep-hole optimizations
if (CommandLineOptions.Clo.RemoveEmptyBlocks){
#region Get rid of empty blocks