projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b78e17b
)
Cleanup
author
Anton Korobeynikov
<asl@math.spbu.ru>
Sun, 3 May 2009 12:58:40 +0000
(12:58 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Sun, 3 May 2009 12:58:40 +0000
(12:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70699
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
b/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
index eefc1a0b88e4c63c4ff5008d20ca9ceac0309e85..922e42e3d08dc78af655b15ea8b8b24424b229d5 100644
(file)
--- 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.