mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
fix warnings
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44620 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
58dd8568ee
commit
4d321c55c4
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user