mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-13 13:00:24 +00:00
add 64b gpr store to the possible list of isStoreToStackSlot opcodes.
llvm-svn: 25916
This commit is contained in:
parent
452b75a57b
commit
09bdfffaa6
@ -101,7 +101,7 @@ unsigned PPCInstrInfo::isStoreToStackSlot(MachineInstr *MI,
|
||||
int &FrameIndex) const {
|
||||
switch (MI->getOpcode()) {
|
||||
default: break;
|
||||
//case PPC::ST: ?
|
||||
case PPC::STD:
|
||||
case PPC::STW:
|
||||
case PPC::STFS:
|
||||
case PPC::STFD:
|
||||
|
Loading…
x
Reference in New Issue
Block a user