From: Hans Wennborg Date: Fri, 10 Nov 2017 22:34:23 +0000 (+0000) Subject: Remove declaration of EmitMCountInstrumentation(). NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4d9d53eb342759594b439f1fedaec9ec44447b9;p=clang Remove declaration of EmitMCountInstrumentation(). NFC The definition was removed in r280355. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317944 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index a1c75c5ce6..ba8d8b5e60 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -1785,9 +1785,6 @@ public: /// function instrumentation is enabled. void EmitFunctionInstrumentation(const char *Fn); - /// EmitMCountInstrumentation - Emit call to .mcount. - void EmitMCountInstrumentation(); - /// Encode an address into a form suitable for use in a function prologue. llvm::Constant *EncodeAddrForUseInPrologue(llvm::Function *F, llvm::Constant *Addr);