fix warnings


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44620 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/CellSPU/SPUISelLowering.cpp b/lib/Target/CellSPU/SPUISelLowering.cpp
index 41c6f50..3a23c6f 100644
--- a/lib/Target/CellSPU/SPUISelLowering.cpp
+++ b/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: {