Cleanup
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 3 May 2009 13:03:50 +0000 (13:03 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 3 May 2009 13:03:50 +0000 (13:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70716 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MSP430/MSP430ISelLowering.cpp

index 98172029b35210364ece376c51e32f428950eab9..39ee075661930ef08e2df47fa9936734ea037f85 100644 (file)
@@ -58,8 +58,7 @@ MSP430TargetLowering::MSP430TargetLowering(MSP430TargetMachine &tm) :
   setOperationAction(ISD::RET, MVT::Other, Custom);
 }
 
-SDValue MSP430TargetLowering::
-LowerOperation(SDValue Op, SelectionDAG &DAG) {
+SDValue MSP430TargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) {
   switch (Op.getOpcode()) {
   case ISD::FORMAL_ARGUMENTS: return LowerFORMAL_ARGUMENTS(Op, DAG);
   case ISD::SRA: return LowerShifts(Op, DAG);