mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-13 10:32: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;
|
unsigned InReg = It->second;
|
||||||
RegsForValue RFV(*DAG.getContext(), TLI, InReg, V->getType());
|
RegsForValue RFV(*DAG.getContext(), TLI, InReg, V->getType());
|
||||||
SDValue Chain = DAG.getEntryNode();
|
SDValue Chain = DAG.getEntryNode();
|
||||||
N = RFV.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), Chain,NULL);
|
return N = RFV.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), Chain,NULL);
|
||||||
resolveDanglingDebugInfo(V, N);
|
|
||||||
return N;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Otherwise create a new SDValue and remember it.
|
// Otherwise create a new SDValue and remember it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user