summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-10-17 18:01:59 +0000
committerChad Rosier <mcrosier@apple.com>2011-10-17 18:01:59 +0000
commitc17257c4cb33e933bb3906c9a0ac633f33cf7641 (patch)
tree5a827adcc6a587a39ed079d14311074fb4ff9e60 /llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
parente3f27b79dcd94b081c30b8cee9a66bb5c73193f6 (diff)
downloadbcm5719-llvm-c17257c4cb33e933bb3906c9a0ac633f33cf7641.tar.gz
bcm5719-llvm-c17257c4cb33e933bb3906c9a0ac633f33cf7641.zip
Removed set, but unused variable.
Patch by Joe Abbey <jabbey@arxan.com>. llvm-svn: 142206
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
index ca67c22f50a..f1a86275187 100644
--- a/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
+++ b/llvm/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))
OpenPOWER on IntegriCloud