git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70699 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov 2009-05-03 12:58:40 +00:00
parent b78e17b33a
commit 9e12339cb2

View File

@ -69,8 +69,7 @@ FunctionPass *llvm::createMSP430ISelDag(MSP430TargetMachine &TM) {
/// 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.