mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-17 15:10:07 +00:00
Don't #include <Support/*>, #include "Support/*"
llvm-svn: 4325
This commit is contained in:
parent
daf162b45a
commit
a7e9d3e90f
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user