From: Chad Rosier Date: Mon, 17 Oct 2011 18:01:59 +0000 (+0000) Subject: Removed set, but unused variable. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=60655413ceecfeb15a5abe6aa2fe6be249f85fab;p=oota-llvm.git Removed set, but unused variable. Patch by Joe Abbey . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142206 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp b/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp index ca67c22f50a..f1a86275187 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp +++ b/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp @@ -350,7 +350,6 @@ SDValue VectorLegalizer::ExpandStore(SDValue Op) { // Cast floats into integers unsigned ScalarSize = MemSclVT.getSizeInBits(); - EVT EltVT = EVT::getIntegerVT(*DAG.getContext(), ScalarSize); // Round odd types to the next pow of two. if (!isPowerOf2_32(ScalarSize))