[llvm-commits] [llvm] r70716 - /llvm/trunk/lib/Target/MSP430/MSP430ISelLowering.cpp

Anton Korobeynikov asl at math.spbu.ru
Sun May 3 06:03:50 PDT 2009


Author: asl
Date: Sun May  3 08:03:50 2009
New Revision: 70716

URL: http://llvm.org/viewvc/llvm-project?rev=70716&view=rev
Log:
Cleanup

Modified:
    llvm/trunk/lib/Target/MSP430/MSP430ISelLowering.cpp

Modified: llvm/trunk/lib/Target/MSP430/MSP430ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MSP430/MSP430ISelLowering.cpp?rev=70716&r1=70715&r2=70716&view=diff

==============================================================================
--- llvm/trunk/lib/Target/MSP430/MSP430ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/MSP430/MSP430ISelLowering.cpp Sun May  3 08:03:50 2009
@@ -58,8 +58,7 @@
   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);





More information about the llvm-commits mailing list