Minor cleanups I missed

llvm-svn: 1778
This commit is contained in:
Chris Lattner 2002-02-19 19:36:56 +00:00
parent d6970adc6b
commit a92055e320
1 changed files with 1 additions and 4 deletions

View File

@ -11,9 +11,6 @@
#include "llvm/Instruction.h"
class Method;
class SymTabValue;
//===----------------------------------------------------------------------===//
// TerminatorInst Class
//===----------------------------------------------------------------------===//
@ -25,7 +22,7 @@ class TerminatorInst : public Instruction {
protected:
TerminatorInst(Instruction::TermOps iType);
TerminatorInst(const Type *Ty, Instruction::TermOps iType,
const std::string &Name = "");
const std::string &Name = "");
public:
// Terminators must implement the methods required by Instruction...