projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91d509f
)
[IR] Remove unused declaration
author
David Majnemer
<david.majnemer@gmail.com>
Sun, 9 Aug 2015 00:32:18 +0000
(
00:32
+0000)
committer
David Majnemer
<david.majnemer@gmail.com>
Sun, 9 Aug 2015 00:32:18 +0000
(
00:32
+0000)
CatchReturnInst::init is never referenced, remove it.
No functionality change is intended.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244408
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/Instructions.h
patch
|
blob
|
history
diff --git
a/include/llvm/IR/Instructions.h
b/include/llvm/IR/Instructions.h
index bde5cba51d85bc7f3ba5e6d44020f7111e1e19f7..6fe83be4af0d14288163085eab5f8a59afd967a2 100644
(file)
--- a/
include/llvm/IR/Instructions.h
+++ b/
include/llvm/IR/Instructions.h
@@
-4037,7
+4037,6
@@
class CatchReturnInst : public TerminatorInst {
CatchReturnInst(const CatchReturnInst &RI);
private:
- void init(Value *RetVal, BasicBlock *UnwindBB);
CatchReturnInst(BasicBlock *BB, Instruction *InsertBefore = nullptr);
CatchReturnInst(BasicBlock *BB, BasicBlock *InsertAtEnd);