diff options
author | Dan Gohman <gohman@apple.com> | 2008-02-20 16:44:09 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-02-20 16:44:09 +0000 |
commit | 360c86aed5ca474738bdaf5526b39e3aa3ac1803 (patch) | |
tree | 21b9a51dc97188191f6fc2c80a422e8413332ab0 /llvm/lib/CodeGen | |
parent | d0ff91dac52878aebea3cb77e037e1c31f1b341b (diff) | |
download | bcm5719-llvm-360c86aed5ca474738bdaf5526b39e3aa3ac1803.tar.gz bcm5719-llvm-360c86aed5ca474738bdaf5526b39e3aa3ac1803.zip |
Add explicit keywords.
llvm-svn: 47382
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 |
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); |