Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.cpp updated: 1.15 -> 1.16 --- Log message: add 64b gpr store to the possible list of isStoreToStackSlot opcodes. --- Diffs of the changes: (+1 -1) PPCInstrInfo.cpp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/PowerPC/PPCInstrInfo.cpp diff -u llvm/lib/Target/PowerPC/PPCInstrInfo.cpp:1.15 llvm/lib/Target/PowerPC/PPCInstrInfo.cpp:1.16 --- llvm/lib/Target/PowerPC/PPCInstrInfo.cpp:1.15 Thu Feb 2 14:16:12 2006 +++ llvm/lib/Target/PowerPC/PPCInstrInfo.cpp Thu Feb 2 15:07:50 2006 @@ -101,7 +101,7 @@ int &FrameIndex) const { switch (MI->getOpcode()) { default: break; - //case PPC::ST: ? + case PPC::STD: case PPC::STW: case PPC::STFS: case PPC::STFD: _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits