mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Don't #include <Support/*>, #include "Support/*"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4325 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8e7ae9860b
commit
4a63b72df9
@ -9,7 +9,7 @@
|
||||
#define LLVM_SUPPORT_DEPTH_FIRST_ITERATOR_H
|
||||
|
||||
#include "Support/GraphTraits.h"
|
||||
#include <Support/iterator>
|
||||
#include "Support/iterator"
|
||||
#include <stack>
|
||||
#include <set>
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#define LLVM_SUPPORT_HASHEXTRAS_H
|
||||
|
||||
#include <string>
|
||||
#include <Support/hash_map>
|
||||
#include "Support/hash_map"
|
||||
|
||||
// Cannot specialize hash template from outside of the std namespace.
|
||||
namespace HASH_NAMESPACE {
|
||||
|
@ -7,7 +7,7 @@
|
||||
#ifndef SUPPORT_MATH_EXTRAS_H
|
||||
#define SUPPORT_MATH_EXTRAS_H
|
||||
|
||||
#include <Support/DataTypes.h>
|
||||
#include "Support/DataTypes.h"
|
||||
|
||||
inline unsigned log2(uint64_t C) {
|
||||
unsigned getPow;
|
||||
|
@ -10,7 +10,7 @@
|
||||
#define LLVM_SUPPORT_POSTORDER_ITERATOR_H
|
||||
|
||||
#include "Support/GraphTraits.h"
|
||||
#include <Support/iterator>
|
||||
#include "Support/iterator"
|
||||
#include <stack>
|
||||
#include <set>
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
#define LLVM_SUPPORT_DEPTH_FIRST_ITERATOR_H
|
||||
|
||||
#include "Support/GraphTraits.h"
|
||||
#include <Support/iterator>
|
||||
#include "Support/iterator"
|
||||
#include <stack>
|
||||
#include <set>
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#define LLVM_SUPPORT_HASHEXTRAS_H
|
||||
|
||||
#include <string>
|
||||
#include <Support/hash_map>
|
||||
#include "Support/hash_map"
|
||||
|
||||
// Cannot specialize hash template from outside of the std namespace.
|
||||
namespace HASH_NAMESPACE {
|
||||
|
@ -10,7 +10,7 @@
|
||||
#define LLVM_SUPPORT_POSTORDER_ITERATOR_H
|
||||
|
||||
#include "Support/GraphTraits.h"
|
||||
#include <Support/iterator>
|
||||
#include "Support/iterator"
|
||||
#include <stack>
|
||||
#include <set>
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#include "llvm/Support/InstIterator.h"
|
||||
#include "llvm/Instruction.h"
|
||||
#include <Support/iterator>
|
||||
#include "Support/iterator"
|
||||
class Constant;
|
||||
|
||||
class constant_iterator : public forward_iterator<const Constant, ptrdiff_t> {
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#include "llvm/Target/MachineInstrInfo.h"
|
||||
#include "llvm/Annotation.h"
|
||||
#include <Support/iterator>
|
||||
#include "Support/iterator"
|
||||
class Instruction;
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
@ -7,7 +7,7 @@
|
||||
#ifndef SUPPORT_MATH_EXTRAS_H
|
||||
#define SUPPORT_MATH_EXTRAS_H
|
||||
|
||||
#include <Support/DataTypes.h>
|
||||
#include "Support/DataTypes.h"
|
||||
|
||||
inline unsigned log2(uint64_t C) {
|
||||
unsigned getPow;
|
||||
|
@ -9,7 +9,7 @@
|
||||
#define LLVM_TARGET_MACHINEREGINFO_H
|
||||
|
||||
#include "Support/NonCopyable.h"
|
||||
#include <Support/hash_map>
|
||||
#include "Support/hash_map"
|
||||
#include <string>
|
||||
|
||||
class TargetMachine;
|
||||
|
@ -8,7 +8,7 @@
|
||||
#define LLVM_TARGET_MACHINESCHEDINFO_H
|
||||
|
||||
#include "llvm/Target/MachineInstrInfo.h"
|
||||
#include <Support/hash_map>
|
||||
#include "Support/hash_map"
|
||||
|
||||
typedef long long cycles_t;
|
||||
static const cycles_t HUGE_LATENCY = ~((long long) 1 << (sizeof(cycles_t)-2));
|
||||
|
@ -16,8 +16,8 @@
|
||||
#include "SchedGraph.h"
|
||||
#include "llvm/CodeGen/InstrScheduling.h"
|
||||
#include "llvm/Target/MachineSchedInfo.h"
|
||||
#include "Support/hash_set"
|
||||
#include <list>
|
||||
#include <Support/hash_set>
|
||||
|
||||
class Function;
|
||||
class MachineInstr;
|
||||
|
@ -16,8 +16,8 @@
|
||||
#include "SchedGraph.h"
|
||||
#include "llvm/CodeGen/InstrScheduling.h"
|
||||
#include "llvm/Target/MachineSchedInfo.h"
|
||||
#include "Support/hash_set"
|
||||
#include <list>
|
||||
#include <Support/hash_set>
|
||||
|
||||
class Function;
|
||||
class MachineInstr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user