commit | 3b478b31e297208ef2c9f74750a8a603eb3726fb | [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 | 0c9d898741a0e317f34526e97ac5807cf86c6a72 | |
parent | 1c07e7286d85bec65238f9649a5510e561599112 [diff] [blame] |
add 64b gpr store to the possible list of isStoreToStackSlot opcodes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25916 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCInstrInfo.cpp b/lib/Target/PowerPC/PPCInstrInfo.cpp index 66251c0..211a272 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.cpp +++ b/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: