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:
aff7898
)
Remove obsolete, confusing, method
author
Chris Lattner
<sabre@nondot.org>
Wed, 31 Jul 2002 01:45:02 +0000
(
01:45
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 31 Jul 2002 01:45:02 +0000
(
01:45
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3175
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Instruction.h
patch
|
blob
|
history
diff --git
a/include/llvm/Instruction.h
b/include/llvm/Instruction.h
index e13d1b747b7dc52f7e7a796863f83a8b115f89bc..2e5bcdaed225255ec1bb37c54842821b7f47da5e 100644
(file)
--- a/
include/llvm/Instruction.h
+++ b/
include/llvm/Instruction.h
@@
-68,7
+68,6
@@
public:
inline bool isTerminator() const { // Instance of TerminatorInst?
return iType >= FirstTermOp && iType < NumTermOps;
}
- inline bool isDefinition() const { return !isTerminator(); }
inline bool isUnaryOp() const {
return iType >= FirstUnaryOp && iType < NumUnaryOps;
}