mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Remove dead variable.
llvm-svn: 92197
This commit is contained in:
parent
6904b5a782
commit
a717566a5c
@ -217,7 +217,6 @@ bool MSP430DAGToDAGISel::MatchAddressBase(SDValue N, MSP430ISelAddressMode &AM)
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) {
|
bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) {
|
||||||
DebugLoc dl = N.getDebugLoc();
|
|
||||||
DEBUG({
|
DEBUG({
|
||||||
errs() << "MatchAddress: ";
|
errs() << "MatchAddress: ";
|
||||||
AM.dump();
|
AM.dump();
|
||||||
|
Loading…
Reference in New Issue
Block a user