From 2c9905f46791fed75c10fc8c8bc144fb8fa461f3 Mon Sep 17 00:00:00 2001 From: Rustan Leino Date: Wed, 29 May 2013 18:24:12 -0700 Subject: Fixed bug in the cutting of back edges (that manifested itself whenever the first block in a procedure was the target of a back edge) --- Test/smoke/Answer | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Test/smoke') diff --git a/Test/smoke/Answer b/Test/smoke/Answer index 98cff8d2..e2390446 100644 --- a/Test/smoke/Answer +++ b/Test/smoke/Answer @@ -5,6 +5,9 @@ implementation b(x: int) var y: int; + 0: + goto anon0; + anon0: goto anon3_Then; -- cgit v1.2.3