aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-03-20 01:22:40 +0000
committerChris Lattner <sabre@nondot.org>2008-03-20 01:22:40 +0000
commit71a2cb25ebc818383dd0f80475bc166f834e8d99 (patch)
tree71ce398f1562f30d3622fe18e0b22223406927e1 /lib/Target/PowerPC/PPCInstrInfo.cpp
parentbed7e6849823042c442e7e88dba5d41f68982815 (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.cpp2
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