commit | 4efb32892694794c38b11160e34383c6f9dc99ef | [log] [tgz] |
---|---|---|
author | Nate Begeman <natebegeman@mac.com> | Thu Feb 02 21:07:50 2006 +0000 |
committer | Nate Begeman <natebegeman@mac.com> | Thu Feb 02 21:07:50 2006 +0000 |
tree | 5fa0ad86c62fa72ef1959f50467533b4f2c71d66 | |
parent | 5123346708e9e36d617be809e087a5b2ce634a03 [diff] [blame] |
add 64b gpr store to the possible list of isStoreToStackSlot opcodes. llvm-svn: 25916
diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp b/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp index 66251c0..211a272 100644 --- a/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
@@ -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: