mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 01:16:06 +00:00
Fix stupid typo
llvm-svn: 168
This commit is contained in:
parent
ac457c46a3
commit
006106973f
@ -44,7 +44,7 @@ public:
|
||||
typedef vector<Use>::const_iterator op_const_iterator;
|
||||
|
||||
inline op_iterator op_begin() { return Operands.begin(); }
|
||||
inline op_const_iterator op_begin() const { return Operands.end(); }
|
||||
inline op_const_iterator op_begin() const { return Operands.begin(); }
|
||||
inline op_iterator op_end() { return Operands.end(); }
|
||||
inline op_const_iterator op_end() const { return Operands.end(); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user