Fix a FIXME about the format and add a test.
[oota-llvm.git] / lib / Transforms / Instrumentation / BoundsChecking.cpp
index 303e04ac1651db643597810969b1ecbda59ae4e0..b094d42568f031ac30065af3a0a6d4b3657fcd07 100644 (file)
@@ -16,9 +16,9 @@
 #include "llvm/Transforms/Instrumentation.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/Analysis/MemoryBuiltins.h"
-#include "llvm/DataLayout.h"
-#include "llvm/IRBuilder.h"
-#include "llvm/Intrinsics.h"
+#include "llvm/IR/DataLayout.h"
+#include "llvm/IR/IRBuilder.h"
+#include "llvm/IR/Intrinsics.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"