mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +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:
parent
b117fb57a6
commit
e9e55131e8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user