summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-02-20 16:44:09 +0000
committerDan Gohman <gohman@apple.com>2008-02-20 16:44:09 +0000
commit360c86aed5ca474738bdaf5526b39e3aa3ac1803 (patch)
tree21b9a51dc97188191f6fc2c80a422e8413332ab0 /llvm/lib/CodeGen/SelectionDAG
parentd0ff91dac52878aebea3cb77e037e1c31f1b341b (diff)
downloadbcm5719-llvm-360c86aed5ca474738bdaf5526b39e3aa3ac1803.tar.gz
bcm5719-llvm-360c86aed5ca474738bdaf5526b39e3aa3ac1803.zip
Add explicit keywords.
llvm-svn: 47382
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index d1de88b7e24..244dee393f6 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -262,7 +262,7 @@ class VISIBILITY_HIDDEN WorkListRemover :
public SelectionDAG::DAGUpdateListener {
DAGCombiner &DC;
public:
- WorkListRemover(DAGCombiner &dc) : DC(dc) {}
+ explicit WorkListRemover(DAGCombiner &dc) : DC(dc) {}
virtual void NodeDeleted(SDNode *N) {
DC.removeFromWorkList(N);
OpenPOWER on IntegriCloud