aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-02 20:16:12 +0000
committerChris Lattner <sabre@nondot.org>2006-02-02 20:16:12 +0000
commit6524287c53cf727a8ef33517403fcb1bbd7adff9 (patch)
treeca6c015446c3719738d1b19f92b98c7af11f449a /lib/Target/PowerPC/PPCInstrInfo.h
parent408396014742a05cad1c91949d2226169e3f9d80 (diff)
downloadexternal_llvm-6524287c53cf727a8ef33517403fcb1bbd7adff9.zip
external_llvm-6524287c53cf727a8ef33517403fcb1bbd7adff9.tar.gz
external_llvm-6524287c53cf727a8ef33517403fcb1bbd7adff9.tar.bz2
implement isStoreToStackSlot for PPC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25914 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.h')
-rw-r--r--lib/Target/PowerPC/PPCInstrInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.h b/lib/Target/PowerPC/PPCInstrInfo.h
index d0be2d6..f046e5d 100644
--- a/lib/Target/PowerPC/PPCInstrInfo.h
+++ b/lib/Target/PowerPC/PPCInstrInfo.h
@@ -40,6 +40,7 @@ public:
unsigned& destReg) const;
unsigned isLoadFromStackSlot(MachineInstr *MI, int &FrameIndex) const;
+ unsigned isStoreToStackSlot(MachineInstr *MI, int &FrameIndex) const;
// commuteInstruction - We can commute rlwimi instructions, but only if the
// rotate amt is zero. We also have to munge the immediates a bit.