From 1db90bcf1ad6bd57b34aab89e9eb75b1d9fd0e12 Mon Sep 17 00:00:00 2001 From: Adam Nemet Date: Sat, 31 May 2014 16:23:13 +0000 Subject: [PATCH] [SelectionDAG] Remove duplicate declaration 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/SelectionDAG.h b/llvm/include/llvm/CodeGen/SelectionDAG.h index bbcbf607f7eb..268e5ce32062 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