aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Support/DataTypes.h (renamed from include/llvm/Support/DataTypes.h)0
-rw-r--r--include/llvm/Bytecode/Primitives.h2
-rw-r--r--include/llvm/CodeGen/MachineInstr.h2
-rw-r--r--include/llvm/ConstPoolVals.h2
-rw-r--r--include/llvm/Support/StringExtras.h2
-rw-r--r--include/llvm/Target/MachineInstrInfo.h2
-rw-r--r--include/llvm/Target/TargetCacheInfo.h2
-rw-r--r--include/llvm/Target/TargetInstrInfo.h2
8 files changed, 7 insertions, 7 deletions
diff --git a/include/llvm/Support/DataTypes.h b/include/Support/DataTypes.h
index 0b20d90acd..0b20d90acd 100644
--- a/include/llvm/Support/DataTypes.h
+++ b/include/Support/DataTypes.h
diff --git a/include/llvm/Bytecode/Primitives.h b/include/llvm/Bytecode/Primitives.h
index 178904d15f..e0c25a15ca 100644
--- a/include/llvm/Bytecode/Primitives.h
+++ b/include/llvm/Bytecode/Primitives.h
@@ -12,7 +12,7 @@
#ifndef LLVM_BYTECODE_PRIMITIVES_H
#define LLVM_BYTECODE_PRIMITIVES_H
-#include "llvm/Support/DataTypes.h"
+#include "Support/DataTypes.h"
#include <string>
#include <deque>
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h
index 32e9462cbe..91ae9def7f 100644
--- a/include/llvm/CodeGen/MachineInstr.h
+++ b/include/llvm/CodeGen/MachineInstr.h
@@ -17,7 +17,7 @@
#include <iterator>
#include "llvm/CodeGen/InstrForest.h"
-#include "llvm/Support/DataTypes.h"
+#include "Support/DataTypes.h"
#include "llvm/Support/NonCopyable.h"
#include "llvm/Target/MachineInstrInfo.h"
#include "llvm/Annotation.h"
diff --git a/include/llvm/ConstPoolVals.h b/include/llvm/ConstPoolVals.h
index b25ca3edc9..c1348294c6 100644
--- a/include/llvm/ConstPoolVals.h
+++ b/include/llvm/ConstPoolVals.h
@@ -9,7 +9,7 @@
#define LLVM_CONSTPOOLVALS_H
#include "llvm/User.h"
-#include "llvm/Support/DataTypes.h"
+#include "Support/DataTypes.h"
class ArrayType;
class StructType;
diff --git a/include/llvm/Support/StringExtras.h b/include/llvm/Support/StringExtras.h
index 569ae4240b..aaae8577ef 100644
--- a/include/llvm/Support/StringExtras.h
+++ b/include/llvm/Support/StringExtras.h
@@ -9,7 +9,7 @@
#include <string>
#include <stdio.h>
-#include "llvm/Support/DataTypes.h"
+#include "Support/DataTypes.h"
class ConstPoolArray;
diff --git a/include/llvm/Target/MachineInstrInfo.h b/include/llvm/Target/MachineInstrInfo.h
index 506cb9f7a0..01cb2d991a 100644
--- a/include/llvm/Target/MachineInstrInfo.h
+++ b/include/llvm/Target/MachineInstrInfo.h
@@ -8,7 +8,7 @@
#define LLVM_TARGET_MACHINEINSTRINFO_H
#include "llvm/Target/TargetMachine.h"
-#include "llvm/Support/DataTypes.h"
+#include "Support/DataTypes.h"
#include <vector>
class MachineInstrDescriptor;
diff --git a/include/llvm/Target/TargetCacheInfo.h b/include/llvm/Target/TargetCacheInfo.h
index 67b549caa1..21436d09fc 100644
--- a/include/llvm/Target/TargetCacheInfo.h
+++ b/include/llvm/Target/TargetCacheInfo.h
@@ -11,7 +11,7 @@
#define LLVM_TARGET_MACHINECACHEINFO_H
#include "llvm/Target/TargetMachine.h"
-#include "llvm/Support/DataTypes.h"
+#include "Support/DataTypes.h"
#include <vector>
diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h
index 506cb9f7a0..01cb2d991a 100644
--- a/include/llvm/Target/TargetInstrInfo.h
+++ b/include/llvm/Target/TargetInstrInfo.h
@@ -8,7 +8,7 @@
#define LLVM_TARGET_MACHINEINSTRINFO_H
#include "llvm/Target/TargetMachine.h"
-#include "llvm/Support/DataTypes.h"
+#include "Support/DataTypes.h"
#include <vector>
class MachineInstrDescriptor;