Changes For Bug 352
[oota-llvm.git] / lib / Transforms / IPO / ArgumentPromotion.cpp
index fe945c408d68e4cbf377d39b83b9e10237abd589..a4086524e1742e2c63e0ea4ed44f6d07224ef11d 100644 (file)
 #include "llvm/Target/TargetData.h"
 #include "llvm/Support/CallSite.h"
 #include "llvm/Support/CFG.h"
-#include "Support/Debug.h"
-#include "Support/DepthFirstIterator.h"
-#include "Support/Statistic.h"
-#include "Support/StringExtras.h"
+#include "llvm/Support/Debug.h"
+#include "llvm/ADT/DepthFirstIterator.h"
+#include "llvm/ADT/Statistic.h"
+#include "llvm/ADT/StringExtras.h"
 #include <set>
 using namespace llvm;