Changes For Bug 352
[oota-llvm.git] / lib / CodeGen / RegAllocIterativeScan.cpp
index ffeb68d9ddac5f72c1ad213ea5cfcbc6ae1c47f2..26fa7b7655b86c40fbdf05dd63a8cf02541f2187 100644 (file)
@@ -25,9 +25,9 @@
 #include "llvm/CodeGen/SSARegMap.h"
 #include "llvm/Target/MRegisterInfo.h"
 #include "llvm/Target/TargetMachine.h"
-#include "Support/Debug.h"
-#include "Support/Statistic.h"
-#include "Support/STLExtras.h"
+#include "llvm/Support/Debug.h"
+#include "llvm/ADT/Statistic.h"
+#include "llvm/ADT/STLExtras.h"
 #include "LiveIntervalAnalysis.h"
 #include "PhysRegTracker.h"
 #include "VirtRegMap.h"