diff options
author | Chris Lattner <sabre@nondot.org> | 2002-03-23 22:48:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-03-23 22:48:07 +0000 |
commit | a4d63bc60e4462f515903af02d67953cf9154e0d (patch) | |
tree | 521a8a371881ec6c3d576e770b892043e338e0ce /include/llvm/Instruction.h | |
parent | ff9ffa986614d2f847f079a512dd0acf0a66185d (diff) | |
download | external_llvm-a4d63bc60e4462f515903af02d67953cf9154e0d.zip external_llvm-a4d63bc60e4462f515903af02d67953cf9154e0d.tar.gz external_llvm-a4d63bc60e4462f515903af02d67953cf9154e0d.tar.bz2 |
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h index f0917d3..ba39fd2 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; |