Merge branch 'master' into merge-2.068

This commit is contained in:
Martin 2015-10-02 15:38:02 +02:00
commit 8ee0e250c7
23 changed files with 246 additions and 172 deletions

View file

@ -535,7 +535,7 @@ void DtoCreateNestedContext(FuncDeclaration* fd) {
LLSmallVector<LLValue*, 2> addr;
#endif
gIR->DBuilder.OpOffset(addr, frameType, irLocal->nestedIndex);
gIR->DBuilder.EmitLocalVariable(frame, vd, 0, false, addr);
gIR->DBuilder.EmitLocalVariable(gep, vd, 0, false, addr);
}
}
}