summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetCacheInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-26 23:04:08 +0000
committerChris Lattner <sabre@nondot.org>2001-11-26 23:04:08 +0000
commit360e17eaf1a2abda82b02235dc57d26d8f83c937 (patch)
tree083ef9b6ce0a75f3351b4e4d6a51cdff563cc0bd /include/llvm/Target/TargetCacheInfo.h
parent475aee944d61e30b7fe377c2852df810364d1191 (diff)
downloadllvm-360e17eaf1a2abda82b02235dc57d26d8f83c937.tar.gz
llvm-360e17eaf1a2abda82b02235dc57d26d8f83c937.tar.bz2
llvm-360e17eaf1a2abda82b02235dc57d26d8f83c937.tar.xz
Move DataTypes.h from llvm/Support to just Support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1399 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetCacheInfo.h')
-rw-r--r--include/llvm/Target/TargetCacheInfo.h2
1 files changed, 1 insertions, 1 deletions
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>