projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37bc2f3
)
[SelectionDAG] Remove duplicate declaration
author
Adam Nemet
<anemet@apple.com>
Sat, 31 May 2014 16:23:13 +0000
(16:23 +0000)
committer
Adam 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
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAG.h
b/include/llvm/CodeGen/SelectionDAG.h
index bbcbf607f7eba1a8d548bf7e16c3329318beeee0..268e5ce3206288fba394ebc6ec6b56b7df8138e7 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAG.h
+++ b/
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