mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-17 03:07:06 +00:00
Speculatively revert r112207.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112216 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8f09beacb1
commit
e130d78ee1
@ -924,9 +924,7 @@ SDValue SelectionDAGBuilder::getValue(const Value *V) {
|
||||
unsigned InReg = It->second;
|
||||
RegsForValue RFV(*DAG.getContext(), TLI, InReg, V->getType());
|
||||
SDValue Chain = DAG.getEntryNode();
|
||||
N = RFV.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), Chain,NULL);
|
||||
resolveDanglingDebugInfo(V, N);
|
||||
return N;
|
||||
return N = RFV.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), Chain,NULL);
|
||||
}
|
||||
|
||||
// Otherwise create a new SDValue and remember it.
|
||||
|
Loading…
Reference in New Issue
Block a user