summaryrefslogtreecommitdiff
path: root/lib/Bytecode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-26 17:49:00 +0000
committerChris Lattner <sabre@nondot.org>2002-03-26 17:49:00 +0000
commitb277d1d0e05c1712d2b5d20d103967ddb8843b9b (patch)
tree16cbaa9ce3a7a5b912df2528389f8266c54b69b4 /lib/Bytecode
parent19b0411c95335018f0d1c6b6f029983fc2d79761 (diff)
downloadllvm-b277d1d0e05c1712d2b5d20d103967ddb8843b9b.tar.gz
llvm-b277d1d0e05c1712d2b5d20d103967ddb8843b9b.tar.bz2
llvm-b277d1d0e05c1712d2b5d20d103967ddb8843b9b.tar.xz
Remove unneccesary forward declarations for classes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1987 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r--lib/Bytecode/Writer/SlotCalculator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Bytecode/Writer/SlotCalculator.h b/lib/Bytecode/Writer/SlotCalculator.h
index e8fead76bb..9d5d2240af 100644
--- a/lib/Bytecode/Writer/SlotCalculator.h
+++ b/lib/Bytecode/Writer/SlotCalculator.h
@@ -15,9 +15,6 @@
class Value;
class Module;
class Function;
-class MethodArgument;
-class BasicBlock;
-class Instruction;
class SlotCalculator {
const Module *TheModule;