mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
Fix stupid typo
llvm-svn: 168
This commit is contained in:
parent
a5f3fed2ac
commit
9373328e93
@ -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…
Reference in New Issue
Block a user