mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-27 14:24:40 +00:00
Remove initialized but otherwise unused variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107127 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1379,7 +1379,6 @@ SDValue XCoreTargetLowering::PerformDAGCombine(SDNode *N,
|
||||
SDValue Mul0, Mul1, Addend0, Addend1;
|
||||
if (N->getValueType(0) == MVT::i32 &&
|
||||
isADDADDMUL(SDValue(N, 0), Mul0, Mul1, Addend0, Addend1, true)) {
|
||||
SDValue Zero = DAG.getConstant(0, MVT::i32);
|
||||
SDValue Ignored = DAG.getNode(XCoreISD::LMUL, dl,
|
||||
DAG.getVTList(MVT::i32, MVT::i32), Mul0,
|
||||
Mul1, Addend0, Addend1);
|
||||
|
Reference in New Issue
Block a user