]> granicus.if.org Git - clang/commitdiff
Remove declaration of EmitMCountInstrumentation(). NFC
authorHans Wennborg <hans@hanshq.net>
Fri, 10 Nov 2017 22:34:23 +0000 (22:34 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 10 Nov 2017 22:34:23 +0000 (22:34 +0000)
The definition was removed in r280355.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317944 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenFunction.h

index a1c75c5ce6524f07f2a8520a85d991692473bc7c..ba8d8b5e60ee1ef260b13addc04473f1d8ae0c75 100644 (file)
@@ -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);