summaryrefslogtreecommitdiff
path: root/Source/Core/Absy.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Absy.cs')
-rw-r--r--Source/Core/Absy.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Absy.cs b/Source/Core/Absy.cs
index 7ff0af6c..76eaf661 100644
--- a/Source/Core/Absy.cs
+++ b/Source/Core/Absy.cs
@@ -736,6 +736,7 @@ namespace Microsoft.Boogie {
return g;
}
throw new IrreducibleLoopException();
+#if USED_CODE
System.Diagnostics.Debug.Assert(g.SplitCandidates.Count > 0);
Block splitCandidate = null;
foreach (Block b in g.SplitCandidates) {
@@ -770,6 +771,7 @@ namespace Microsoft.Boogie {
impl.Blocks.Add(copy);
gotoCmd.AddTarget(copy);
}
+#endif
}
}