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:
dc6c1f5
)
Fix comment
author
Chris Lattner
<sabre@nondot.org>
Sun, 30 Jun 2002 15:50:09 +0000
(15:50 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 30 Jun 2002 15:50:09 +0000
(15:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2803
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/InstrTypes.h
patch
|
blob
|
history
diff --git
a/include/llvm/InstrTypes.h
b/include/llvm/InstrTypes.h
index 8b5b39091af430297a56dcce1599eb45cd48bc38..e990db769766f3374ed9e4013e5ecc58edaeb896 100644
(file)
--- a/
include/llvm/InstrTypes.h
+++ b/
include/llvm/InstrTypes.h
@@
-36,7
+36,7
@@
public:
virtual const BasicBlock *getSuccessor(unsigned idx) const = 0;
virtual unsigned getNumSuccessors() const = 0;
- //
s
et a successor at a given index
+ //
S
et a successor at a given index
virtual void setSuccessor(unsigned idx, BasicBlock *B) = 0;
inline BasicBlock *getSuccessor(unsigned idx) {