r317944 - Remove declaration of EmitMCountInstrumentation(). NFC

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 10 14:34:23 PST 2017


Author: hans
Date: Fri Nov 10 14:34:23 2017
New Revision: 317944

URL: http://llvm.org/viewvc/llvm-project?rev=317944&view=rev
Log:
Remove declaration of EmitMCountInstrumentation(). NFC

The definition was removed in r280355.

Modified:
    cfe/trunk/lib/CodeGen/CodeGenFunction.h

Modified: cfe/trunk/lib/CodeGen/CodeGenFunction.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenFunction.h?rev=317944&r1=317943&r2=317944&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenFunction.h (original)
+++ cfe/trunk/lib/CodeGen/CodeGenFunction.h Fri Nov 10 14:34:23 2017
@@ -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);




More information about the cfe-commits mailing list