summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer/WriterInternals.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-23 17:46:59 +0000
committerChris Lattner <sabre@nondot.org>2001-07-23 17:46:59 +0000
commite2472bbf6c2bc1fcd0ba97cd2f4a6a9ccceedbfd (patch)
treedf3de8a004506eafe309299927b74b5f0e0353c3 /llvm/lib/Bytecode/Writer/WriterInternals.h
parent36a57d31e35dcf382f1635b132a9d64753340b15 (diff)
downloadbcm5719-llvm-e2472bbf6c2bc1fcd0ba97cd2f4a6a9ccceedbfd.tar.gz
bcm5719-llvm-e2472bbf6c2bc1fcd0ba97cd2f4a6a9ccceedbfd.zip
Moved inline/llvm/Tools/* to include/llvm/Support/*
llvm-svn: 279
Diffstat (limited to 'llvm/lib/Bytecode/Writer/WriterInternals.h')
-rw-r--r--llvm/lib/Bytecode/Writer/WriterInternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Writer/WriterInternals.h b/llvm/lib/Bytecode/Writer/WriterInternals.h
index be9ccf96672..41f0b4de753 100644
--- a/llvm/lib/Bytecode/Writer/WriterInternals.h
+++ b/llvm/lib/Bytecode/Writer/WriterInternals.h
@@ -16,7 +16,7 @@
#include "llvm/Bytecode/Format.h"
#include "llvm/Bytecode/Primitives.h"
#include "llvm/Analysis/SlotCalculator.h"
-#include "llvm/Tools/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
#include "llvm/Instruction.h"
class BytecodeWriter : public ModuleAnalyzer {
OpenPOWER on IntegriCloud