Remove dead variable.
authorBill Wendling <isanbard@gmail.com>
Mon, 28 Dec 2009 02:05:36 +0000 (02:05 +0000)
committerBill 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

index 4edf4229a4e53eb582498e52d6e0164631e12214..4d407695190debc73e36aaf3694a412b4c5c67a0 100644 (file)
@@ -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();