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:
a797d28
)
Remove extra whitespace at EOL
author
Chris Lattner
<sabre@nondot.org>
Fri, 7 Sep 2001 16:24:35 +0000
(16:24 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 7 Sep 2001 16:24:35 +0000
(16:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@427
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/User.h
patch
|
blob
|
history
diff --git
a/include/llvm/User.h
b/include/llvm/User.h
index 7cc4cfb036d6efba277ba66a2a22967541132fc9..d914b1fc1d8592fe54e5cef28140e1206e1163bf 100644
(file)
--- a/
include/llvm/User.h
+++ b/
include/llvm/User.h
@@
-25,11
+25,11
@@
public:
inline Value *getOperand(unsigned i) {
assert(i < Operands.size() && "getOperand() out of range!");
- return Operands[i];
+ return Operands[i];
}
inline const Value *getOperand(unsigned i) const {
assert(i < Operands.size() && "getOperand() const out of range!");
- return Operands[i];
+ return Operands[i];
}
inline void setOperand(unsigned i, Value *Val) {
assert(i < Operands.size() && "setOperand() out of range!");