add 64b gpr store to the possible list of isStoreToStackSlot opcodes.
authorNate Begeman <natebegeman@mac.com>
Thu, 2 Feb 2006 21:07:50 +0000 (21:07 +0000)
committerNate Begeman <natebegeman@mac.com>
Thu, 2 Feb 2006 21:07:50 +0000 (21:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25916 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCInstrInfo.cpp

index 66251c0b23208d2701727ca69efba34894064f15..211a272bffe8f7022f354703991c7ca3f1e2113f 100644 (file)
@@ -101,7 +101,7 @@ unsigned PPCInstrInfo::isStoreToStackSlot(MachineInstr *MI,
                                           int &FrameIndex) const {
   switch (MI->getOpcode()) {
   default: break;
-  //case PPC::ST:  ?
+  case PPC::STD:
   case PPC::STW:
   case PPC::STFS:
   case PPC::STFD: