Remove includes of Support/Compiler.h that are no longer needed after the
[oota-llvm.git] / lib / Transforms / Instrumentation / EdgeProfiling.cpp
index 1a707e0c41595d2a0124457099807e94e555d050..9ae3786707153eb22e0def52d254a9e05d65746e 100644 (file)
@@ -20,7 +20,6 @@
 #include "ProfilingUtils.h"
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
-#include "llvm/Support/Compiler.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
 #include "llvm/Transforms/Instrumentation.h"