fix warnings

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44620 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-12-05 18:32:18 +00:00
parent 58dd8568ee
commit 4d321c55c4

View File

@ -659,8 +659,8 @@ LowerSTORE(SDOperand Op, SelectionDAG &DAG, const SPUSubtarget *ST) {
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: {