implement isStoreToStackSlot for PPC
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrInfo.h
index d0be2d6ba3ea606d288fd0c4592d733a125b688c..f046e5dfb02aaac3a417acc8d0c35a252400c8f1 100644 (file)
@@ -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.