[SelectionDAG] Remove duplicate declaration
authorAdam Nemet <anemet@apple.com>
Sat, 31 May 2014 16:23:13 +0000 (16:23 +0000)
committerAdam Nemet <anemet@apple.com>
Sat, 31 May 2014 16:23:13 +0000 (16:23 +0000)
Prefer the decl in SelectionDAGNodes.h because it's used there and
SelectionDAG.h includes SelectionDAGNodes.h.

llvm-svn: 209975

llvm/include/llvm/CodeGen/SelectionDAG.h

index bbcbf60..268e5ce 100644 (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