commit | 26247f0a50c170fa3d0e39067893ec975981edac | [log] [tgz] |
---|---|---|
author | Dan Gohman <djg@cray.com> | Mon Sep 24 15:48:49 2007 +0000 |
committer | Dan Gohman <djg@cray.com> | Mon Sep 24 15:48:49 2007 +0000 |
tree | a25c95397ffb19ea81b7097634771e0d65337076 | |
parent | 4039bd2c5c32f52cf042336d12c8ca3680eae95b [diff] [blame] |
explicit keywords. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42262 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/GVNPRE.cpp b/lib/Transforms/Scalar/GVNPRE.cpp index b3d2fe2..b164873 100644 --- a/lib/Transforms/Scalar/GVNPRE.cpp +++ b/lib/Transforms/Scalar/GVNPRE.cpp
@@ -70,7 +70,7 @@ SmallVector<uint32_t, 4> varargs; Expression() { } - Expression(ExpressionOpcode o) : opcode(o) { } + explicit Expression(ExpressionOpcode o) : opcode(o) { } bool operator==(const Expression &other) const { if (opcode != other.opcode)