mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
the buildbots revealed one more breakage. fix. (why didn't I see this?)
llvm-svn: 80227
This commit is contained in:
parent
cc8681cea3
commit
44a0da31b3
@ -22,7 +22,7 @@ namespace llvm {
|
||||
|
||||
class Constant;
|
||||
|
||||
class constant_iterator : public forward_iterator<const Constant, ptrdiff_t> {
|
||||
class constant_iterator : public std::iterator<std::forward_iterator_tag, const Constant, ptrdiff_t> {
|
||||
const_inst_iterator InstI; // Method instruction iterator
|
||||
unsigned OpIdx; // Operand index
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user