aboutsummaryrefslogtreecommitdiffstats
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
commite42e5550ec99a5fb294e5106034585c57777aa80 (patch)
tree59aad9dae3f9d71dbf3c1192f911437579960c88 /lib/Target/SystemZ/SystemZISelLowering.cpp
parent0caaab0a26180e1a06e64e1440214def8c2272c6 (diff)
downloadexternal_llvm-e42e5550ec99a5fb294e5106034585c57777aa80.zip
external_llvm-e42e5550ec99a5fb294e5106034585c57777aa80.tar.gz
external_llvm-e42e5550ec99a5fb294e5106034585c57777aa80.tar.bz2
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 d6e4230..1fc9d81 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));
}
}