Fix a FIXME about the format and add a test.
[oota-llvm.git] / lib / Transforms / Instrumentation / EdgeProfiling.cpp
index 41e42aff490bace361f718195a675f066e9b37a7..a2459fbafe182a363db2a72b13722d98aaf32835 100644 (file)
@@ -21,7 +21,7 @@
 #include "llvm/Transforms/Instrumentation.h"
 #include "ProfilingUtils.h"
 #include "llvm/ADT/Statistic.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"