summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-16 22:24:02 +0000
committerChris Lattner <sabre@nondot.org>2006-03-16 22:24:02 +0000
commit91400bd413cb4bcdb50269daee2ef9b7f875379f (patch)
tree39d1eb9425528f4690df66e699dfcd91beba8ec6 /llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
parent6e900624169621b6b2dc930db72f149b898d8d8d (diff)
downloadbcm5719-llvm-91400bd413cb4bcdb50269daee2ef9b7f875379f.tar.gz
bcm5719-llvm-91400bd413cb4bcdb50269daee2ef9b7f875379f.zip
teach the ppc backend how to spill/reload vector regs
llvm-svn: 26806
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCInstrInfo.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCInstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp b/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
index 429c9780b47..037928fb315 100644
--- a/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
+++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
@@ -80,7 +80,7 @@ bool PPCInstrInfo::isMoveInstr(const MachineInstr& MI,
}
unsigned PPCInstrInfo::isLoadFromStackSlot(MachineInstr *MI,
- int &FrameIndex) const {
+ int &FrameIndex) const {
switch (MI->getOpcode()) {
default: break;
case PPC::LD:
OpenPOWER on IntegriCloud