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:
53df23c
)
Remove dead variable.
author
Bill Wendling
<isanbard@gmail.com>
Mon, 28 Dec 2009 02:05:36 +0000
(
02:05
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Mon, 28 Dec 2009 02:05:36 +0000
(
02:05
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92197
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 4edf4229a4e53eb582498e52d6e0164631e12214..4d407695190debc73e36aaf3694a412b4c5c67a0 100644
(file)
--- a/
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
+++ b/
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
@@
-217,7
+217,6
@@
bool MSP430DAGToDAGISel::MatchAddressBase(SDValue N, MSP430ISelAddressMode &AM)
}
bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) {
- DebugLoc dl = N.getDebugLoc();
DEBUG({
errs() << "MatchAddress: ";
AM.dump();