Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Instrumentation / TraceBasicBlocks.cpp
index 9403aa26f7517f5bda8ade250b23381732b145da..60426c4e5af377541a8f7291389724d31c122b76 100644 (file)
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
-#include "llvm/iOther.h"
-#include "llvm/iMemory.h"
-#include "llvm/iPHINode.h"
+#include "llvm/Instructions.h"
 #include "ProfilingUtils.h"
-#include "Support/Debug.h"
+#include "llvm/Support/Debug.h"
 #include <set>
 using namespace llvm;