diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-05-03 12:58:40 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-05-03 12:58:40 +0000 |
commit | 10a5a3c82145edc6fe8e9b030b0ccb27b625adb1 (patch) | |
tree | 06e561e321bc7c6b6873b0f5326e4c703e0a3f79 | |
parent | f7ac56ed1582e6b5796ad4a943b53aa062aa6269 (diff) | |
download | external_llvm-10a5a3c82145edc6fe8e9b030b0ccb27b625adb1.zip external_llvm-10a5a3c82145edc6fe8e9b030b0ccb27b625adb1.tar.gz external_llvm-10a5a3c82145edc6fe8e9b030b0ccb27b625adb1.tar.bz2 |
Cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70699 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/MSP430/MSP430ISelDAGToDAG.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp b/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp index eefc1a0..922e42e 100644 --- a/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp +++ b/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp @@ -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. |