aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/WriterInternals.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-07 22:49:37 +0000
committerChris Lattner <sabre@nondot.org>2002-04-07 22:49:37 +0000
commitb579400cd72f274607f4964a9649ea4d38e04c46 (patch)
treeaa268b94603078ae47fb736068a423411adbdaee /lib/Bytecode/Writer/WriterInternals.h
parent94202988a83f43907a7d9cc04b047052122a5dff (diff)
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
because the slot calculator is already part of the VMCore library. * Rename incorporateMethod and purgeMethod to *Function git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2154 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Writer/WriterInternals.h')
-rw-r--r--lib/Bytecode/Writer/WriterInternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/WriterInternals.h b/lib/Bytecode/Writer/WriterInternals.h
index 10170305b3..62f12db91f 100644
--- a/lib/Bytecode/Writer/WriterInternals.h
+++ b/lib/Bytecode/Writer/WriterInternals.h
@@ -14,8 +14,8 @@
#include "llvm/Bytecode/Writer.h"
#include "llvm/Bytecode/Format.h"
-#include "llvm/Analysis/SlotCalculator.h"
#include "llvm/Bytecode/Primitives.h"
+#include "llvm/SlotCalculator.h"
#include "llvm/Instruction.h"
#include <deque>