summaryrefslogtreecommitdiff
path: root/Source/VCGeneration/VC.cs
diff options
context:
space:
mode:
authorGravatar Ally Donaldson <unknown>2014-01-17 12:31:05 +0000
committerGravatar Ally Donaldson <unknown>2014-01-17 12:31:05 +0000
commit87d1d4985a6b391458613ee930cade29dcf8577b (patch)
treeb3273ebcb2a4828af018b149b908240ad62e2935 /Source/VCGeneration/VC.cs
parentb6e440731cf30f00b7b8840be8a1e048c8f21d60 (diff)
Added functionality to rename state captures when programs are unrolled.
Diffstat (limited to 'Source/VCGeneration/VC.cs')
-rw-r--r--Source/VCGeneration/VC.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/VCGeneration/VC.cs b/Source/VCGeneration/VC.cs
index 377d82e8..b0be1072 100644
--- a/Source/VCGeneration/VC.cs
+++ b/Source/VCGeneration/VC.cs
@@ -2415,6 +2415,7 @@ namespace VC {
}
ResetPredecessors(impl.Blocks);
+ impl.FreshenCaptureStates();
}