summaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-14 22:29:57 +0000
committerChris Lattner <sabre@nondot.org>2003-01-14 22:29:57 +0000
commit77f088b114fe61e62199b5a7dbcfb22ba0439260 (patch)
tree39b783c988326032145ebdf7e29820fefbe421f3 /include/llvm/Transforms
parentd15a1da5eb432af5e16728c3ae9a5def887ea962 (diff)
downloadexternal_llvm-77f088b114fe61e62199b5a7dbcfb22ba0439260.zip
external_llvm-77f088b114fe61e62199b5a7dbcfb22ba0439260.tar.gz
external_llvm-77f088b114fe61e62199b5a7dbcfb22ba0439260.tar.bz2
REmove unused header file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5275 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms')
-rw-r--r--include/llvm/Transforms/Instrumentation/EmitFunctions.h16
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 b792387..0000000
--- 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
-