[SelectionDAGBuilder] Set NoUnsignedWrap for inbounds gep and load/store offsets.
[oota-llvm.git] / lib / CodeGen / MachineRegionInfo.cpp
index c6b6802b0eb1b80d6e3ba1a1614b240e190e86f3..01d2c2eb56fe5a32b9a8de25514c087fdd646ec1 100644 (file)
@@ -1,8 +1,10 @@
 
 #include "llvm/CodeGen/MachineRegionInfo.h"
-#include "llvm/CodeGen/MachinePostDominators.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/Analysis/RegionInfoImpl.h"
+#include "llvm/CodeGen/MachinePostDominators.h"
+
+#define DEBUG_TYPE "region"
 
 using namespace llvm;