[llvm] r209975 - [SelectionDAG] Remove duplicate declaration

Adam Nemet anemet at apple.com
Sat May 31 09:23:14 PDT 2014


Author: anemet
Date: Sat May 31 11:23:13 2014
New Revision: 209975

URL: http://llvm.org/viewvc/llvm-project?rev=209975&view=rev
Log:
[SelectionDAG] Remove duplicate declaration

Prefer the decl in SelectionDAGNodes.h because it's used there and
SelectionDAG.h includes SelectionDAGNodes.h.

Modified:
    llvm/trunk/include/llvm/CodeGen/SelectionDAG.h

Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAG.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SelectionDAG.h?rev=209975&r1=209974&r2=209975&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SelectionDAG.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SelectionDAG.h Sat May 31 11:23:13 2014
@@ -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





More information about the llvm-commits mailing list