mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 07:39:11 +08:00
Fix incorrect type in iterator.
PiperOrigin-RevId: 233542711
This commit is contained in:
committed by
jpienaar
parent
8b3f841daf
commit
4b88e7a245
@@ -378,7 +378,7 @@ public:
|
||||
|
||||
// Support result type iteration.
|
||||
using result_type_iterator =
|
||||
ResultTypeIterator<const Instruction, const Value>;
|
||||
ResultTypeIterator<const Instruction, const Type>;
|
||||
result_type_iterator result_type_begin() const;
|
||||
|
||||
result_type_iterator result_type_end() const;
|
||||
|
||||
Reference in New Issue
Block a user