[SelectionDAG] Remove duplicate declaration

Prefer the decl in SelectionDAGNodes.h because it's used there and
SelectionDAG.h includes SelectionDAGNodes.h.

llvm-svn: 209975
This commit is contained in:
Adam Nemet 2014-05-31 16:23:13 +00:00
parent 5b81765bfd
commit 1db90bcf1a
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ public:
};
class SelectionDAG;
void checkForCycles(const SDNode *N);
void checkForCycles(const SelectionDAG *DAG);
/// SelectionDAG class - This is used to represent a portion of an LLVM function