commit | e887fdff72486ad0e83f402c8c105fa91fff1036 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon Jul 07 18:00:37 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon Jul 07 18:00:37 2008 +0000 |
tree | 73e3b798b99c400100672ea206ea1db8eb84af5a | |
parent | 775977b3450a99de8bcb039de2dcc55d614ac176 [diff] [blame] |
Add explicit keywords. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53179 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index 5cf637e..a3f268f 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@ -122,8 +122,7 @@ } public: - - SelectionDAGLegalize(SelectionDAG &DAG); + explicit SelectionDAGLegalize(SelectionDAG &DAG); /// getTypeAction - Return how we should legalize values of this type, either /// it is already legal or we need to expand it into multiple registers of