mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-12 01:25:10 +00:00
Changes For Bug 352
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16137 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#define DEBUG_TYPE "ModuloSched"
|
||||
|
||||
#include "MSSchedule.h"
|
||||
#include "Support/Debug.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Target/TargetSchedInfo.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#include "../../Target/SparcV9/SparcV9RegisterInfo.h"
|
||||
#include "llvm/CodeGen/MachineBasicBlock.h"
|
||||
#include "llvm/Target/TargetInstrInfo.h"
|
||||
#include "Support/Debug.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include <cstdlib>
|
||||
using namespace llvm;
|
||||
|
||||
|
@@ -16,9 +16,9 @@
|
||||
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "Support/GraphTraits.h"
|
||||
#include "Support/STLExtras.h"
|
||||
#include "Support/iterator"
|
||||
#include "llvm/ADT/GraphTraits.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/ADT/iterator"
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
@@ -21,9 +21,9 @@
|
||||
#include "llvm/CodeGen/Passes.h"
|
||||
#include "llvm/Support/CFG.h"
|
||||
#include "llvm/Target/TargetSchedInfo.h"
|
||||
#include "Support/Debug.h"
|
||||
#include "Support/GraphWriter.h"
|
||||
#include "Support/StringExtras.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/GraphWriter.h"
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include <cmath>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
Reference in New Issue
Block a user