forked from OSchip/llvm-project
Remove an unused variable. The call to getRoot has side-effects, so
this could break something (but doesn't seem to). llvm-svn: 107295
This commit is contained in:
parent
237ee6fef8
commit
945a347478
|
@ -5899,7 +5899,6 @@ void SelectionDAGISel::LowerArguments(const BasicBlock *LLVMBB) {
|
|||
// If this is the entry block, emit arguments.
|
||||
const Function &F = *LLVMBB->getParent();
|
||||
SelectionDAG &DAG = SDB->DAG;
|
||||
SDValue OldRoot = DAG.getRoot();
|
||||
DebugLoc dl = SDB->getCurDebugLoc();
|
||||
const TargetData *TD = TLI.getTargetData();
|
||||
SmallVector<ISD::InputArg, 16> Ins;
|
||||
|
|
Loading…
Reference in New Issue