Back to compiling land for v8
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 2 Sep 2004 02:37:43 +0000 (02:37 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 2 Sep 2004 02:37:43 +0000 (02:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16138 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/DelaySlotFiller.cpp
lib/Target/Sparc/InstSelectSimple.cpp
lib/Target/Sparc/SparcAsmPrinter.cpp
lib/Target/Sparc/SparcRegisterInfo.cpp
lib/Target/Sparc/SparcV8ISelSimple.cpp
lib/Target/SparcV8/DelaySlotFiller.cpp
lib/Target/SparcV8/InstSelectSimple.cpp
lib/Target/SparcV8/SparcV8AsmPrinter.cpp
lib/Target/SparcV8/SparcV8ISelSimple.cpp
lib/Target/SparcV8/SparcV8RegisterInfo.cpp

index 78d5baa1f9b3f8e623f015fd66deb46147582115..91995782c30c2347577c678fe45826ae1ea5d4dc 100644 (file)
@@ -14,7 +14,7 @@
 #include "SparcV8.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
-#include "Support/Statistic.h"
+#include "llvm/ADT/Statistic.h"
 
 using namespace llvm;
 
index ac33ef574b8ff7a40efda02c0fd02e0a440ea0e2..51621301e3a922c02241c659f2173e2f77b4a1b3 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "SparcV8.h"
 #include "SparcV8InstrInfo.h"
-#include "Support/Debug.h"
+#include "llvm/Support/Debug.h"
 #include "llvm/Instructions.h"
 #include "llvm/Pass.h"
 #include "llvm/Constants.h"
index 6c3bd7645dbf40b37296a9f129fc09c855a9ead8..90ac0f0499446a5770acf1fc30547d9d9e3ed40b 100644 (file)
@@ -23,9 +23,9 @@
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Support/Mangler.h"
-#include "Support/Statistic.h"
-#include "Support/StringExtras.h"
-#include "Support/CommandLine.h"
+#include "llvm/ADT/Statistic.h"
+#include "llvm/ADT/StringExtras.h"
+#include "llvm/Support/CommandLine.h"
 #include <cctype>
 using namespace llvm;
 
index 5e371bd87a3b2fba6cb6f878b27c421f63dca9dd..efd851f36f21519381aa02d81773cfa393914a8b 100644 (file)
@@ -17,7 +17,7 @@
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"
 #include "llvm/Type.h"
-#include "Support/STLExtras.h"
+#include "llvm/ADT/STLExtras.h"
 #include <iostream>
 using namespace llvm;
 
index ac33ef574b8ff7a40efda02c0fd02e0a440ea0e2..51621301e3a922c02241c659f2173e2f77b4a1b3 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "SparcV8.h"
 #include "SparcV8InstrInfo.h"
-#include "Support/Debug.h"
+#include "llvm/Support/Debug.h"
 #include "llvm/Instructions.h"
 #include "llvm/Pass.h"
 #include "llvm/Constants.h"
index 78d5baa1f9b3f8e623f015fd66deb46147582115..91995782c30c2347577c678fe45826ae1ea5d4dc 100644 (file)
@@ -14,7 +14,7 @@
 #include "SparcV8.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
-#include "Support/Statistic.h"
+#include "llvm/ADT/Statistic.h"
 
 using namespace llvm;
 
index ac33ef574b8ff7a40efda02c0fd02e0a440ea0e2..51621301e3a922c02241c659f2173e2f77b4a1b3 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "SparcV8.h"
 #include "SparcV8InstrInfo.h"
-#include "Support/Debug.h"
+#include "llvm/Support/Debug.h"
 #include "llvm/Instructions.h"
 #include "llvm/Pass.h"
 #include "llvm/Constants.h"
index 6c3bd7645dbf40b37296a9f129fc09c855a9ead8..90ac0f0499446a5770acf1fc30547d9d9e3ed40b 100644 (file)
@@ -23,9 +23,9 @@
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Support/Mangler.h"
-#include "Support/Statistic.h"
-#include "Support/StringExtras.h"
-#include "Support/CommandLine.h"
+#include "llvm/ADT/Statistic.h"
+#include "llvm/ADT/StringExtras.h"
+#include "llvm/Support/CommandLine.h"
 #include <cctype>
 using namespace llvm;
 
index ac33ef574b8ff7a40efda02c0fd02e0a440ea0e2..51621301e3a922c02241c659f2173e2f77b4a1b3 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "SparcV8.h"
 #include "SparcV8InstrInfo.h"
-#include "Support/Debug.h"
+#include "llvm/Support/Debug.h"
 #include "llvm/Instructions.h"
 #include "llvm/Pass.h"
 #include "llvm/Constants.h"
index 5e371bd87a3b2fba6cb6f878b27c421f63dca9dd..efd851f36f21519381aa02d81773cfa393914a8b 100644 (file)
@@ -17,7 +17,7 @@
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"
 #include "llvm/Type.h"
-#include "Support/STLExtras.h"
+#include "llvm/ADT/STLExtras.h"
 #include <iostream>
 using namespace llvm;