Respect LibraryInfo in populateLTOPassManager and use it. NFC.
[oota-llvm.git] / lib / Transforms / Utils / LowerExpectIntrinsic.cpp
index 3e61289451998d1e550f1a0da2050a3695bf748a..ff89e7474402556f419c62dd534d4b320eae9303 100644 (file)
@@ -11,7 +11,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-#define DEBUG_TYPE "lower-expect-intrinsic"
 #include "llvm/Transforms/Scalar.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/IR/BasicBlock.h"
@@ -29,6 +28,8 @@
 
 using namespace llvm;
 
+#define DEBUG_TYPE "lower-expect-intrinsic"
+
 STATISTIC(IfHandled, "Number of 'expect' intrinsic instructions handled");
 
 static cl::opt<uint32_t>