Changes For Bug 352
[oota-llvm.git] / lib / Target / PowerPC / PPC32AsmPrinter.cpp
index 2358f1608a01274bad8a955c47f46ca2bbabc9b3..b30977b1a19d4196b1acbccfdc39717908becf4c 100644 (file)
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/ValueTypes.h"
 #include "llvm/Support/Mangler.h"
-#include "Support/CommandLine.h"
-#include "Support/Debug.h"
-#include "Support/Statistic.h"
-#include "Support/StringExtras.h"
+#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/Debug.h"
+#include "llvm/ADT/Statistic.h"
+#include "llvm/ADT/StringExtras.h"
 #include <set>
 using namespace llvm;