diff options
author | Chris Lattner <sabre@nondot.org> | 2010-09-21 18:41:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-09-21 18:41:36 +0000 |
commit | 676c61db0ef53ccbec70ed52adc87a5d1da4f0ed (patch) | |
tree | 0e2973793df0d09c1450bfafc6865a3fe4b561fc /llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | |
parent | f4b1a5bdc48bb8ffa8574e949a227380d5ff5577 (diff) | |
download | bcm5719-llvm-676c61db0ef53ccbec70ed52adc87a5d1da4f0ed.tar.gz bcm5719-llvm-676c61db0ef53ccbec70ed52adc87a5d1da4f0ed.zip |
update a bunch of code to use the MachinePointerInfo version of getStore.
llvm-svn: 114461
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp index d6e4230d059..1fc9d812b68 100644 --- a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp +++ b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp @@ -441,7 +441,7 @@ SystemZTargetLowering::LowerCCCCallTo(SDValue Chain, SDValue Callee, DAG.getIntPtrConstant(Offset)); MemOpChains.push_back(DAG.getStore(Chain, dl, Arg, PtrOff, - PseudoSourceValue::getStack(), Offset, + MachinePointerInfo(), false, false, 0)); } } |