fix warnings
llvm-svn: 44620
diff --git a/llvm/lib/Target/CellSPU/SPUISelLowering.cpp b/llvm/lib/Target/CellSPU/SPUISelLowering.cpp
index 41c6f50..3a23c6f 100644
--- a/llvm/lib/Target/CellSPU/SPUISelLowering.cpp
+++ b/llvm/lib/Target/CellSPU/SPUISelLowering.cpp
@@ -659,8 +659,8 @@
MVT::ValueType StVT = (!SN->isTruncatingStore() ? VT : SN->getStoredVT());
MVT::ValueType PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
SDOperand the_chain = SN->getChain();
- unsigned alignment = SN->getAlignment();
- const valtype_map_s *vtm = getValueTypeMapEntry(VT);
+ //unsigned alignment = SN->getAlignment();
+ //const valtype_map_s *vtm = getValueTypeMapEntry(VT);
switch (SN->getAddressingMode()) {
case ISD::UNINDEXED: {