[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
Nate Begeman
natebegeman at mac.com
Thu Feb 2 13:08:02 PST 2006
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:
More information about the llvm-commits
mailing list