Author: lattner Date: Wed Dec 5 12:32:18 2007 New Revision: 44620 URL: http://llvm.org/viewvc/llvm-project?rev=44620&view=rev Log: fix warnings
Modified: llvm/trunk/lib/Target/CellSPU/SPUISelLowering.cpp Modified: llvm/trunk/lib/Target/CellSPU/SPUISelLowering.cpp URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CellSPU/SPUISelLowering.cpp?rev=44620&r1=44619&r2=44620&view=diff ============================================================================== --- llvm/trunk/lib/Target/CellSPU/SPUISelLowering.cpp (original) +++ llvm/trunk/lib/Target/CellSPU/SPUISelLowering.cpp Wed Dec 5 12:32:18 2007 @@ -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: { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits