diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-12-28 01:48:56 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-12-28 01:48:56 +0000 |
commit | 5b8d89d0a2a2baae970d2381ccb425787fb2eaed (patch) | |
tree | bc8da22100117e7c91f84905d96cbb848d2d7778 /llvm/lib/CodeGen | |
parent | 9a62b467a818ca2a3b729a1b0fef69e1c121a9d0 (diff) | |
download | bcm5719-llvm-5b8d89d0a2a2baae970d2381ccb425787fb2eaed.tar.gz bcm5719-llvm-5b8d89d0a2a2baae970d2381ccb425787fb2eaed.zip |
Remove dead variable.
llvm-svn: 92189
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp index 2f4457e41fc..bd3b97a9ff1 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp @@ -2026,8 +2026,6 @@ void DAGTypeLegalizer::IntegerExpandSetCCOperands(SDValue &NewLHS, GetExpandedInteger(NewLHS, LHSLo, LHSHi); GetExpandedInteger(NewRHS, RHSLo, RHSHi); - EVT VT = NewLHS.getValueType(); - if (CCCode == ISD::SETEQ || CCCode == ISD::SETNE) { if (RHSLo == RHSHi) { if (ConstantSDNode *RHSCST = dyn_cast<ConstantSDNode>(RHSLo)) { |