mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 17:25:21 +00:00
move AnalyzeBytecodeFile out of ReaderWrappers.cpp into Analyzer.cpp. Now
lli doesn't link in Analyzer.cpp. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34020 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "llvm/GlobalValue.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/ModuleProvider.h"
|
||||
#include "llvm/Bytecode/Analyzer.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
@@ -455,12 +453,6 @@ private:
|
||||
/// @}
|
||||
};
|
||||
|
||||
/// @brief A function for creating a BytecodeAnalzer as a handler
|
||||
/// for the Bytecode reader.
|
||||
BytecodeHandler* createBytecodeAnalyzerHandler(BytecodeAnalysis& bca,
|
||||
std::ostream* output );
|
||||
|
||||
|
||||
} // End llvm namespace
|
||||
|
||||
// vim: sw=2
|
||||
|
Reference in New Issue
Block a user