mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-27 13:40:43 +00:00
Fix stupid typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d80c43c747
commit
fb3f24fd57
@ -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