forked from OSchip/llvm-project
add 64b gpr store to the possible list of isStoreToStackSlot opcodes.
llvm-svn: 25916
This commit is contained in:
parent
5123346708
commit
4efb328926
|
@ -101,7 +101,7 @@ unsigned PPCInstrInfo::isStoreToStackSlot(MachineInstr *MI,
|
||||||
int &FrameIndex) const {
|
int &FrameIndex) const {
|
||||||
switch (MI->getOpcode()) {
|
switch (MI->getOpcode()) {
|
||||||
default: break;
|
default: break;
|
||||||
//case PPC::ST: ?
|
case PPC::STD:
|
||||||
case PPC::STW:
|
case PPC::STW:
|
||||||
case PPC::STFS:
|
case PPC::STFS:
|
||||||
case PPC::STFD:
|
case PPC::STFD:
|
||||||
|
|
Loading…
Reference in New Issue