[C++] Use 'nullptr'. Tools edition.
[oota-llvm.git] / tools / bugpoint / BugDriver.h
index 27b37f4dc69b5a431c2f812a11aedd141462be8e..c01bbe557dc120897b009766119201620194b0fe 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef BUGDRIVER_H
 #define BUGDRIVER_H
 
-#include "llvm/ADT/ValueMap.h"
+#include "llvm/IR/ValueMap.h"
 #include "llvm/Transforms/Utils/ValueMapper.h"
 #include <string>
 #include <vector>