[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209975 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAG.h

index bbcbf607f7eba1a8d548bf7e16c3329318beeee0..268e5ce3206288fba394ebc6ec6b56b7df8138e7 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