diff options
author | Duncan Sands <baldrick@free.fr> | 2010-06-29 11:22:26 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-06-29 11:22:26 +0000 |
commit | 90c64f4aac95ebfcdeb8ad78a373fdb9e61b002c (patch) | |
tree | 337467e45698e9d12556ef7032032905866898ab /lib/Target/XCore/XCoreISelLowering.cpp | |
parent | 51370298b848f215762bd8203afa64d0e2c89581 (diff) |
Remove initialized but otherwise unused variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore/XCoreISelLowering.cpp')
-rw-r--r-- | lib/Target/XCore/XCoreISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/XCore/XCoreISelLowering.cpp b/lib/Target/XCore/XCoreISelLowering.cpp index b23057226c..565962a12a 100644 --- a/lib/Target/XCore/XCoreISelLowering.cpp +++ b/lib/Target/XCore/XCoreISelLowering.cpp @@ -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); |