[llvm-commits] [llvm] r160372 - /llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
Benjamin Kramer
benny.kra at googlemail.com
Tue Jul 17 10:00:11 PDT 2012
Author: d0k
Date: Tue Jul 17 12:00:11 2012
New Revision: 160372
URL: http://llvm.org/viewvc/llvm-project?rev=160372&view=rev
Log:
Remove unused variable.
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp?rev=160372&r1=160371&r2=160372&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp Tue Jul 17 12:00:11 2012
@@ -588,7 +588,6 @@
unsigned NumElts = InVT.getVectorNumElements();
assert(NumElts == NVT.getVectorNumElements() &&
"Dst and Src must have the same number of elements");
- EVT EltVT = InVT.getScalarType();
assert(isPowerOf2_32(NumElts) &&
"Promoted vector type must be a power of two");
More information about the llvm-commits
mailing list