summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430ISelLowering.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-21 18:41:36 +0000
committerChris Lattner <sabre@nondot.org>2010-09-21 18:41:36 +0000
commit6229d0acb8f395552131a7015a5d1e7b2bae2111 (patch)
tree59aad9dae3f9d71dbf3c1192f911437579960c88 /lib/Target/MSP430/MSP430ISelLowering.cpp
parentc004eec71b49ae13ee4d9f859c61cdb9ed092b22 (diff)
downloadllvm-6229d0acb8f395552131a7015a5d1e7b2bae2111.tar.gz
llvm-6229d0acb8f395552131a7015a5d1e7b2bae2111.tar.bz2
llvm-6229d0acb8f395552131a7015a5d1e7b2bae2111.tar.xz
update a bunch of code to use the MachinePointerInfo version of getStore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114461 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/MSP430ISelLowering.cpp')
-rw-r--r--lib/Target/MSP430/MSP430ISelLowering.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/MSP430/MSP430ISelLowering.cpp b/lib/Target/MSP430/MSP430ISelLowering.cpp
index 2dd1fc6552..ac337a71c1 100644
--- a/lib/Target/MSP430/MSP430ISelLowering.cpp
+++ b/lib/Target/MSP430/MSP430ISelLowering.cpp
@@ -507,8 +507,7 @@ MSP430TargetLowering::LowerCCCCallTo(SDValue Chain, SDValue Callee,
MemOpChains.push_back(DAG.getStore(Chain, dl, Arg, PtrOff,
- PseudoSourceValue::getStack(),
- VA.getLocMemOffset(), false, false, 0));
+ MachinePointerInfo(),false, false, 0));
}
}