mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Cleanup: Silence another "maybe-undefined" warning.
Also makes the assert in line 775 actually work.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user