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:
cbb7ab2
)
The HadDelete field is no longer used.
author
Dan Gohman
<gohman@apple.com>
Wed, 5 Nov 2008 17:35:14 +0000
(17:35 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 5 Nov 2008 17:35:14 +0000
(17:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58761
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/DAGISelHeader.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/DAGISelHeader.h
b/include/llvm/CodeGen/DAGISelHeader.h
index a46c9831ed7e24281859b438860a475ddd852856..3b4da6618e7dc8794aab8b4dbef1901f3d1a9642 100644
(file)
--- a/
include/llvm/CodeGen/DAGISelHeader.h
+++ b/
include/llvm/CodeGen/DAGISelHeader.h
@@
-45,7
+45,6
@@
static bool IsChainCompatible(SDNode *Chain, SDNode *Op) {
/// instruciton selection graph.
class VISIBILITY_HIDDEN ISelUpdater : public SelectionDAG::DAGUpdateListener {
SelectionDAG::allnodes_iterator &ISelPosition;
- bool HadDelete; // Indicate if any deletions were done.
public:
explicit ISelUpdater(SelectionDAG::allnodes_iterator &isp)
: ISelPosition(isp) {}