summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-10-29 19:52:04 +0000
committerDan Gohman <gohman@apple.com>2007-10-29 19:52:04 +0000
commit1961c28d4687d95139ccda29c6c755067703fcf6 (patch)
tree55e7979baadef1ecc860e1afac1b0945a6ab9f8c /llvm/lib/CodeGen
parent7414e21ec07919e84f17472664226b2b437dd0af (diff)
downloadbcm5719-llvm-1961c28d4687d95139ccda29c6c755067703fcf6.tar.gz
bcm5719-llvm-1961c28d4687d95139ccda29c6c755067703fcf6.zip
Add explicit keywords.
llvm-svn: 43464
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/LegalizeDAGTypes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAGTypes.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAGTypes.cpp
index e8bf080c1f6..4180455a2bc 100644
--- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAGTypes.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAGTypes.cpp
@@ -99,7 +99,7 @@ class VISIBILITY_HIDDEN DAGTypeLegalizer {
SmallVector<SDNode*, 128> Worklist;
public:
- DAGTypeLegalizer(SelectionDAG &dag)
+ explicit DAGTypeLegalizer(SelectionDAG &dag)
: TLI(dag.getTargetLoweringInfo()), DAG(dag),
ValueTypeActions(TLI.getValueTypeActions()) {
assert(MVT::LAST_VALUETYPE <= 32 &&
OpenPOWER on IntegriCloud