Remove two unused methods. No behavior change.

llvm-svn: 230152
This commit is contained in:
Nico Weber 2015-02-22 00:27:32 +00:00
parent 95c476db94
commit 805747956b
1 changed files with 0 additions and 2 deletions

View File

@ -291,8 +291,6 @@ public:
void setNormalBlock(llvm::BasicBlock *BB) { NormalBlock = BB; }
bool isEHCleanup() const { return CleanupBits.IsEHCleanup; }
llvm::BasicBlock *getEHBlock() const { return getCachedEHDispatchBlock(); }
void setEHBlock(llvm::BasicBlock *BB) { setCachedEHDispatchBlock(BB); }
bool isActive() const { return CleanupBits.IsActive; }
void setActive(bool A) { CleanupBits.IsActive = A; }