summaryrefslogtreecommitdiff
path: root/compiler/llvm/md_builder.h
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2013-07-17 21:52:25 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2013-07-17 21:52:25 -0700
commitb267c89acd0fcda0e8e2a9eeaeeed9ee048d1abc (patch)
tree6c6cdd913669f09eff4c3aa2b820a39ed0f3a937 /compiler/llvm/md_builder.h
parent397f477582243bdffed603a73ff5a06ee295d7fb (diff)
parent93ba893c20532990a430741e0a97212900094e8c (diff)
am 93ba893c: Fix cpplint runtime/explicit issues
* commit '93ba893c20532990a430741e0a97212900094e8c': Fix cpplint runtime/explicit issues
Diffstat (limited to 'compiler/llvm/md_builder.h')
-rw-r--r--compiler/llvm/md_builder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/llvm/md_builder.h b/compiler/llvm/md_builder.h
index cc169a3219..65c52c937d 100644
--- a/compiler/llvm/md_builder.h
+++ b/compiler/llvm/md_builder.h
@@ -35,7 +35,7 @@ typedef ::llvm::MDBuilder LLVMMDBuilder;
class MDBuilder : public LLVMMDBuilder {
public:
- MDBuilder(::llvm::LLVMContext& context)
+ explicit MDBuilder(::llvm::LLVMContext& context)
: LLVMMDBuilder(context), tbaa_root_(createTBAARoot("Art TBAA Root")) {
std::memset(tbaa_special_type_, 0, sizeof(tbaa_special_type_));
std::memset(tbaa_memory_jtype_, 0, sizeof(tbaa_memory_jtype_));