forked from OSchip/llvm-project
parent
3179a89067
commit
acde434d1a
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue