mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Minor cleanups I missed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1778 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0b6727dd9d
commit
b41f94b828
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user