[llvm-commits] [llvm] r70699 - /llvm/trunk/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp

Anton Korobeynikov asl at math.spbu.ru
Sun May 3 05:58:41 PDT 2009


Author: asl
Date: Sun May  3 07:58:40 2009
New Revision: 70699

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

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

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

==============================================================================
--- llvm/trunk/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp (original)
+++ llvm/trunk/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp Sun May  3 07:58:40 2009
@@ -69,8 +69,7 @@
 
 /// InstructionSelect - This callback is invoked by
 /// SelectionDAGISel when it has created a SelectionDAG for us to codegen.
-void MSP430DAGToDAGISel::
-InstructionSelect() {
+void MSP430DAGToDAGISel::InstructionSelect() {
   DEBUG(BB->dump());
 
   // Select target instructions for the DAG.





More information about the llvm-commits mailing list