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 | 26fdff788ce9b9c33f542dd5defa87be42d7bc86 (patch) | |
| tree | 5326ca79c2d189adca5cb863d87fdf40f3f49920 | |
| parent | e03002e772873e2fdba567362421e314ecd73e87 (diff) | |
| download | bcm5719-llvm-26fdff788ce9b9c33f542dd5defa87be42d7bc86.tar.gz bcm5719-llvm-26fdff788ce9b9c33f542dd5defa87be42d7bc86.zip | |
Remove unneccesary forward definitions
llvm-svn: 1955
| -rw-r--r-- | llvm/include/llvm/Instruction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/Instruction.h b/llvm/include/llvm/Instruction.h index f0917d381a6..ba39fd2344f 100644 --- a/llvm/include/llvm/Instruction.h +++ b/llvm/include/llvm/Instruction.h @@ -10,9 +10,6 @@ #include "llvm/User.h" -class BasicBlock; -class Method; - class Instruction : public User { BasicBlock *Parent; |

