mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 18:56:43 +00:00
Remove extra whitespace at EOL
llvm-svn: 427
This commit is contained in:
parent
fc51ef84bb
commit
8e0ee42697
@ -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!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user