summaryrefslogtreecommitdiff
path: root/include/llvm/Instruction.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-23 22:48:07 +0000
committerChris Lattner <sabre@nondot.org>2002-03-23 22:48:07 +0000
commita4d63bc60e4462f515903af02d67953cf9154e0d (patch)
tree521a8a371881ec6c3d576e770b892043e338e0ce /include/llvm/Instruction.h
parentff9ffa986614d2f847f079a512dd0acf0a66185d (diff)
downloadllvm-a4d63bc60e4462f515903af02d67953cf9154e0d.tar.gz
llvm-a4d63bc60e4462f515903af02d67953cf9154e0d.tar.bz2
llvm-a4d63bc60e4462f515903af02d67953cf9154e0d.tar.xz
Remove unneccesary forward definitions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1955 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Instruction.h')
-rw-r--r--include/llvm/Instruction.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h
index f0917d381a..ba39fd2344 100644
--- a/include/llvm/Instruction.h
+++ b/include/llvm/Instruction.h
@@ -10,9 +10,6 @@
#include "llvm/User.h"
-class BasicBlock;
-class Method;
-
class Instruction : public User {
BasicBlock *Parent;