diff options
-rw-r--r-- | include/llvm/Transforms/Instrumentation/EmitFunctions.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/llvm/Transforms/Instrumentation/EmitFunctions.h b/include/llvm/Transforms/Instrumentation/EmitFunctions.h deleted file mode 100644 index b7923874d5..0000000000 --- a/include/llvm/Transforms/Instrumentation/EmitFunctions.h +++ /dev/null @@ -1,16 +0,0 @@ -//===-- EmitFunctions.h - interface to insert instrumentation ----*- C++ -*--=// -// -// Emits function table -// -//===----------------------------------------------------------------------===// - -#ifndef LLVM_TRANSFORMS_INSTRUMENTATION_EMIT_FUNCTIONS_H -#define LLVM_TRANSFORMS_INSTRUMENTATION_EMIT_FUNCTIONS_H -#include "llvm/Pass.h" - -// Create a new pass to add function table -// -Pass *createEmitFunctionTablePass(); - -#endif - |