From ea8f475d9f26ac46339bbaca436035b1b75c671d Mon Sep 17 00:00:00 2001 From: Rustan Leino Date: Mon, 9 Jan 2012 17:08:16 -0800 Subject: Boogie: output number of proof obligations (asserts) along with timing information when using the /trace option --- Source/Core/Absy.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Core/Absy.cs') 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 } } -- cgit v1.2.3