mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
[jitlistener] Remove unused code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234404 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Config/config.h"
|
||||
#include "EventListenerCommon.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/ExecutionEngine/JITEventListener.h"
|
||||
#include "llvm/ExecutionEngine/OProfileWrapper.h"
|
||||
@@ -28,7 +27,6 @@
|
||||
#include <fcntl.h>
|
||||
|
||||
using namespace llvm;
|
||||
using namespace llvm::jitprofiling;
|
||||
using namespace llvm::object;
|
||||
|
||||
#define DEBUG_TYPE "oprofile-jit-event-listener"
|
||||
|
Reference in New Issue
Block a user