Commit 77f35bd0 authored by Maksim Panchenko's avatar Maksim Panchenko
Browse files

[BOLT] Fix iterator issue

Summary:
Getting a forward iterator from reverse iterator was implemented
incorrectly. For some reason erase worked on it, but it's clearly wrong
and printing the instruction (before the deletion) results in an error.

(cherry picked from FBD7457457)
parent a62f4fda
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment