Teach PPCInstrInfo::storeRegToStackSlot and loadRegFromStackSlot to add memory
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 16 Jul 2010 18:22:00 +0000 (18:22 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 16 Jul 2010 18:22:00 +0000 (18:22 +0000)
commit7a79fcb55b83b8b98b9853c390cc5bf8ce382dd3
tree9c53aa6a34ffadfd54844807f563055de28dc88c
parent1e381fcd553a3955a10338fd305efc023d7d22e1
Teach PPCInstrInfo::storeRegToStackSlot and loadRegFromStackSlot to add memory
operands.

Hopefully this fixes the llvm-gcc-powerpc-darwin9 buildbot. It really shouldn't
since missing memoperands should not affect correctness.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108540 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCInstrInfo.cpp