Commit 06def1cd3aa320f39dc285ba6052b336ee2929eb

Authored by Austin Sun
1 parent e365a9a8cd
Exists in master

well

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -66,6 +66,7 @@
66 66 if (formals) formals->PrintAll(indentLevel+1, "(formals) ");
67 67 if (body) body->Print(indentLevel+1, "(body) ");
68 68 }
  69 +
69 70 /*
70 71 llvm::Value* VarDecl::Emit() {
71 72 llvm::BasicBlock* b = irgen.GetBasicBlock();