Changes For Bug 352
[oota-llvm.git] / lib / CodeGen / TwoAddressInstructionPass.cpp
index 0268d4b01a5c68005774d3e6ad6491e63d31a7f3..e3e79f01f5cd13151f554de19e607565c7d6f636 100644 (file)
@@ -37,9 +37,9 @@
 #include "llvm/Target/MRegisterInfo.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/MRegisterInfo.h"
 #include "llvm/Target/TargetInstrInfo.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"
 using namespace llvm;
 
 namespace {
 using namespace llvm;
 
 namespace {