From: Adam Nemet Date: Sat, 31 May 2014 16:23:13 +0000 (+0000) Subject: [SelectionDAG] Remove duplicate declaration X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1db90bcf1ad6bd57b34aab89e9eb75b1d9fd0e12;p=platform%2Fupstream%2Fllvm.git [SelectionDAG] Remove duplicate declaration Prefer the decl in SelectionDAGNodes.h because it's used there and SelectionDAG.h includes SelectionDAGNodes.h. llvm-svn: 209975 --- diff --git a/llvm/include/llvm/CodeGen/SelectionDAG.h b/llvm/include/llvm/CodeGen/SelectionDAG.h index bbcbf60..268e5ce 100644 --- a/llvm/include/llvm/CodeGen/SelectionDAG.h +++ b/llvm/include/llvm/CodeGen/SelectionDAG.h @@ -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