summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZISelLowering.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/SystemZ/SystemZISelLowering.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/SystemZ/SystemZISelLowering.cpp')
-rw-r--r--lib/Target/SystemZ/SystemZISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/SystemZISelLowering.cpp b/lib/Target/SystemZ/SystemZISelLowering.cpp
index d6e4230d05..1fc9d812b6 100644
--- a/lib/Target/SystemZ/SystemZISelLowering.cpp
+++ b/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));
}
}