diff options
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.cpp')
| -rw-r--r-- | lib/Target/PowerPC/PPCInstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.cpp b/lib/Target/PowerPC/PPCInstrInfo.cpp index bb55024ab2..ff7d42e6c6 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.cpp +++ b/lib/Target/PowerPC/PPCInstrInfo.cpp @@ -366,7 +366,7 @@ PPCInstrInfo::StoreRegToStackSlot(unsigned SrcReg, bool isKill, // FIXME (64-bit): Enable NewMIs.push_back(addFrameReference(BuildMI(get(PPC::SPILL_CR)) .addReg(SrcReg, false, false, isKill), - FrameIdx)); + FrameIdx)); return true; } else { // FIXME: We use R0 here, because it isn't available for RA. We need to |
