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:
1832705
)
Fix comment typo.
author
Duncan Sands
<baldrick@free.fr>
Mon, 8 Dec 2008 14:10:36 +0000
(14:10 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Mon, 8 Dec 2008 14:10:36 +0000
(14:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60698
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAGNodes.h
b/include/llvm/CodeGen/SelectionDAGNodes.h
index a216860477217e1bac7ab9391e9c6f63b8b04290..2498e9f9b67a6e56dac9c8fd2935b04454d55573 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/
include/llvm/CodeGen/SelectionDAGNodes.h
@@
-1254,7
+1254,7
@@
public:
SDUse &getUse() const { return *Op; }
- /// getOperandNo - Retrive the operand # of this use in its user.
+ /// getOperandNo - Retri
e
ve the operand # of this use in its user.
///
unsigned getOperandNo() const {
assert(Op && "Cannot dereference end iterator!");