[InstCombine][x86] Constant fold psll intrinsics.
[oota-llvm.git] / lib / Transforms / Scalar / SampleProfile.cpp
index 327859bc5cac6b47d07bb25dfd000e401786d1d5..2f03edda18abd741313828c4c04a7caf39ecf0e8 100644 (file)
@@ -22,8 +22,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-#define DEBUG_TYPE "sample-profile"
-
 #include "llvm/Transforms/Scalar.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/SmallPtrSet.h"
@@ -54,6 +52,8 @@
 
 using namespace llvm;
 
+#define DEBUG_TYPE "sample-profile"
+
 // Command line option to specify the file to read samples from. This is
 // mainly used for debugging.
 static cl::opt<std::string> SampleProfileFile(