diff options
author | Rustan Leino <unknown> | 2013-05-29 18:24:12 -0700 |
---|---|---|
committer | Rustan Leino <unknown> | 2013-05-29 18:24:12 -0700 |
commit | 2c9905f46791fed75c10fc8c8bc144fb8fa461f3 (patch) | |
tree | c24ded5b64ff2e9fc0766e13721bd849e453def6 /Test/smoke | |
parent | a9107b72346424a3e6486622cad8284ef731ada9 (diff) |
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)
Diffstat (limited to 'Test/smoke')
-rw-r--r-- | Test/smoke/Answer | 3 |
1 files changed, 3 insertions, 0 deletions
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;
|