From c2bbfc18e9adbbdcf5b3375d8d25e2452f7df7f1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 1 Aug 2007 15:32:29 +0000 Subject: More explicit keywords. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40673 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/ExtractFunction.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Transforms/IPO/ExtractFunction.cpp') diff --git a/lib/Transforms/IPO/ExtractFunction.cpp b/lib/Transforms/IPO/ExtractFunction.cpp index 8d6af4176e..ed22465f89 100644 --- a/lib/Transforms/IPO/ExtractFunction.cpp +++ b/lib/Transforms/IPO/ExtractFunction.cpp @@ -31,8 +31,8 @@ namespace { /// specified function. Otherwise, it deletes as much of the module as /// possible, except for the function specified. /// - FunctionExtractorPass(Function *F = 0, bool deleteFn = true, - bool relinkCallees = false) + explicit FunctionExtractorPass(Function *F = 0, bool deleteFn = true, + bool relinkCallees = false) : ModulePass((intptr_t)&ID), Named(F), deleteFunc(deleteFn), reLink(relinkCallees) {} -- cgit v1.2.3-18-g5258