aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUISelLowering.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-05 18:32:18 +0000
committerChris Lattner <sabre@nondot.org>2007-12-05 18:32:18 +0000
commit4d321c55c47b42db729b278d9edd22055cda4c0d (patch)
tree78e632bcdd8a13ccafcff167baae0ac163980fdf /lib/Target/CellSPU/SPUISelLowering.cpp
parent58dd8568ee2805fbca80b64e1b867e53125c449a (diff)
fix warnings
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44620 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CellSPU/SPUISelLowering.cpp')
-rw-r--r--lib/Target/CellSPU/SPUISelLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/CellSPU/SPUISelLowering.cpp b/lib/Target/CellSPU/SPUISelLowering.cpp
index 41c6f50b8c..3a23c6fec9 100644
--- a/lib/Target/CellSPU/SPUISelLowering.cpp
+++ b/lib/Target/CellSPU/SPUISelLowering.cpp
@@ -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: {