changeset 18:ab5f876b6e84

Merge
author Anders Johnsen <skabet@gmail.com>
date Fri, 18 Apr 2008 17:59:01 +0200
parents 2a7b05d2e4f9 (current diff) bd5f9f81c24b (diff)
children 7e79c42d20f5
files
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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(":");