Fix incorrect prediction introduced in 0df1e6ed.
Created by: negge
The names go_left() and go_up() return the above and left slices respectivley which is confusing and why the previous patch did not predict properly. This will be addressed in a separate patch.