Changes For Bug 352
[oota-llvm.git] / lib / CodeGen / LiveIntervalAnalysis.cpp
index 3c234bbd0e12d29dc65e05541d8db311f992980a..95ed508fcb3e68e4dcee22ad0eccd7026f333259 100644 (file)
 #include "llvm/Target/MRegisterInfo.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetMachine.h"
-#include "Support/CommandLine.h"
-#include "Support/Debug.h"
-#include "Support/Statistic.h"
-#include "Support/STLExtras.h"
+#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/Debug.h"
+#include "llvm/ADT/Statistic.h"
+#include "llvm/ADT/STLExtras.h"
 #include "VirtRegMap.h"
 #include <cmath>