forked from OSchip/llvm-project
[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:
parent
5b81765bfd
commit
1db90bcf1a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue