diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-03-20 01:22:40 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-03-20 01:22:40 +0000 |
| commit | 71a2cb25ebc818383dd0f80475bc166f834e8d99 (patch) | |
| tree | 71ce398f1562f30d3622fe18e0b22223406927e1 /lib/Target/PowerPC/PPCInstrInfo.cpp | |
| parent | bed7e6849823042c442e7e88dba5d41f68982815 (diff) | |
detabify llvm, patch by Mike Stump!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48577 91177308-0d34-0410-b5e6-96231b3b80d8
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 |
