Cleanup: Silence another "maybe-undefined" warning.

Also makes the assert in line 775 actually work.
This commit is contained in:
David Nadlinger
2012-12-20 02:10:32 +01:00
parent 0be65aa49b
commit 89809fdde3

View File

@@ -552,7 +552,7 @@ void AsmBlockStatement::toIR(IRState* p)
// location of the special value determining the goto label
// will be set if post-asm dispatcher block is needed
llvm::AllocaInst* jump_target;
llvm::AllocaInst* jump_target = 0;
{
FuncDeclaration* fd = gIR->func()->decl;