target/openrisc: Optimize l.jal to next
authorRichard Henderson <rth@twiddle.net>
Tue, 5 Apr 2016 18:50:16 +0000 (11:50 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 13 Feb 2017 21:15:00 +0000 (08:15 +1100)
commita8000cb480c8cfb612b039bf0382c41b9d6c7d45
tree46ccc9143920f8f7fdb0571cd2a400ce94e87aa3
parent762e22edcd021035e1dbcf0dbc31b4794c5c1027
target/openrisc: Optimize l.jal to next

This allows the tcg optimizer to see, and fold, all of the
constants involved in a GOT base register load sequence.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target/openrisc/translate.c