mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Remove unused header and function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5277 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Transforms/Instrumentation/EmitFunctions.h"
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "llvm/Constants.h"
|
||||
@@ -20,12 +19,6 @@ namespace {
|
||||
RegisterOpt<EmitFunctionTable> X("emitfuncs", "Emit a Function Table");
|
||||
}
|
||||
|
||||
// Create a new pass to add function table
|
||||
//
|
||||
Pass *createEmitFunctionTablePass() {
|
||||
return new EmitFunctionTable();
|
||||
}
|
||||
|
||||
// Per Module pass for inserting function table
|
||||
bool EmitFunctionTable::run(Module &M){
|
||||
vector<const Type*> vType;
|
||||
|
Reference in New Issue
Block a user