[PM] Move TargetLibraryInfo into the Analysis library.
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineCompares.cpp
index c07c96d49aab7b9ea70d9c4901e8df2c1a30bb22..8de3702d1484fd4d3ba71d4a6663ae91de7c85b9 100644 (file)
@@ -24,7 +24,7 @@
 #include "llvm/IR/PatternMatch.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
-#include "llvm/Target/TargetLibraryInfo.h"
+#include "llvm/Analysis/TargetLibraryInfo.h"
 
 using namespace llvm;
 using namespace PatternMatch;