Add a bunch of new instructions for intrinsics.
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrInfo.cpp
index 429c9780b476e2b8dac8ff322d3e650142610526..037928fb315a8e2ddbcbaef55e6c8551cf2abb20 100644 (file)
@@ -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: