# HG changeset patch # User Anders Johnsen # Date 1208534341 -7200 # Node ID ab5f876b6e8441b9c6a44be2b8b3b5029534ac7e # Parent 2a7b05d2e4f9d7e317434655be6f5726472ba0a7# Parent bd5f9f81c24b2aed96d193c1a42b399bd5cc8e45 Merge diff -r 2a7b05d2e4f9 -r ab5f876b6e84 gen/LLVMGen.d --- a/gen/LLVMGen.d Fri Apr 18 17:55:42 2008 +0200 +++ b/gen/LLVMGen.d Fri Apr 18 17:59:01 2008 +0200 @@ -378,6 +378,9 @@ auto cond_label = table.find("while_cond"); auto done_label = table.find("while_done"); + printBeginLine("br label %"); + printEndLine(cond_label); + printBeginLine(cond_label); printEndLine(":");