forked from OSchip/llvm-project
parent
6a69c69cbf
commit
826eff1c35
|
@ -23,7 +23,9 @@ class SymTabValue;
|
||||||
//
|
//
|
||||||
class TerminatorInst : public Instruction {
|
class TerminatorInst : public Instruction {
|
||||||
public:
|
public:
|
||||||
TerminatorInst(unsigned iType);
|
TerminatorInst(Instruction::TermOps iType);
|
||||||
|
TerminatorInst(const Type *Ty, Instruction::TermOps iType,
|
||||||
|
const string &Name = "");
|
||||||
inline ~TerminatorInst() {}
|
inline ~TerminatorInst() {}
|
||||||
|
|
||||||
// Terminators must implement the methods required by Instruction...
|
// Terminators must implement the methods required by Instruction...
|
||||||
|
|
Loading…
Reference in New Issue