Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The loop in rewrite_load_instruction() uses first_pseudo() to not have to special case the first element. But this slightly complicates further changes. So, simply use a null-or-no-null test inside the loop to identify this first element. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
- Loading branch information