REmove unused header file

llvm-svn: 5275
This commit is contained in:
Chris Lattner 2003-01-14 22:29:57 +00:00
parent 3fdec63d85
commit 1af4a99c43

View File

@ -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