Remove dead variable.

llvm-svn: 92185
This commit is contained in:
Bill Wendling 2009-12-28 01:41:12 +00:00
parent 3179a89067
commit acde434d1a
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ void BlackfinDAGToDAGISel::InstructionSelect() {
SDNode *BlackfinDAGToDAGISel::Select(SDValue Op) {
SDNode *N = Op.getNode();
DebugLoc dl = N->getDebugLoc();
if (N->isMachineOpcode())
return NULL; // Already selected.