mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Revert r218778 while investigating buldbot breakage.
"Move the complex address expression out of DIVariable and into an extra" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218782 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -197,7 +197,7 @@ void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf,
|
||||
StaticAllocaMap.find(AI);
|
||||
if (SI != StaticAllocaMap.end()) { // Check for VLAs.
|
||||
int FI = SI->second;
|
||||
MMI.setVariableDbgInfo(DI->getVariable(), DI->getExpression(),
|
||||
MMI.setVariableDbgInfo(DI->getVariable(),
|
||||
FI, DI->getDebugLoc());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user