diff --git a/gen/asmstmt.cpp b/gen/asmstmt.cpp index 168897ed..7c117ca0 100644 --- a/gen/asmstmt.cpp +++ b/gen/asmstmt.cpp @@ -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;