diff options
author | Hans Wennborg <hans@hanshq.net> | 2017-11-10 22:34:23 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2017-11-10 22:34:23 +0000 |
commit | 7bf8201009769c50e1ea548520a5b998e03b0f09 (patch) | |
tree | 4199ae758c94886657307ad09dc1a5cc56142a3c /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 989299c42b00d2cfedd1c65f663b51ee45d84f69 (diff) | |
download | bcm5719-llvm-7bf8201009769c50e1ea548520a5b998e03b0f09.tar.gz bcm5719-llvm-7bf8201009769c50e1ea548520a5b998e03b0f09.zip |
Remove declaration of EmitMCountInstrumentation(). NFC
The definition was removed in r280355.
llvm-svn: 317944
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index a1c75c5ce65..ba8d8b5e60e 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/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); |