mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 02:33:53 +00:00
Remove extra whitespace at EOL
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@427 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a797d28333
commit
d964e56a92
@ -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