diff options
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; |