X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FExecutionEngine%2FOProfileJIT%2FOProfileJITEventListener.cpp;fp=lib%2FExecutionEngine%2FOProfileJIT%2FOProfileJITEventListener.cpp;h=fd37a13b112f12f464fa2f44883d8a6d48130773;hb=0d338a59bdd823e055d27a735eb521e870823f73;hp=834251f40940e1edbefead0c55ee4f006bd5dd00;hpb=7962dbdc6531cb44003dc53323e18c8ee9a20e19;p=oota-llvm.git diff --git a/lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp b/lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp index 834251f4094..fd37a13b112 100644 --- a/lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp +++ b/lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp @@ -15,7 +15,6 @@ #include "llvm/Config/config.h" #include "llvm/ExecutionEngine/JITEventListener.h" -#define DEBUG_TYPE "oprofile-jit-event-listener" #include "llvm/IR/DebugInfo.h" #include "llvm/IR/Function.h" #include "llvm/CodeGen/MachineFunction.h" @@ -33,6 +32,8 @@ using namespace llvm; using namespace llvm::jitprofiling; +#define DEBUG_TYPE "oprofile-jit-event-listener" + namespace { class OProfileJITEventListener : public JITEventListener {