From: Joshua Wise Date: Fri, 23 Jan 2009 09:58:39 +0000 (-0500) Subject: Issue: Fix case in which lr is read in the instruction immediately after a bl; now... X-Git-Url: http://git.joshuawise.com/firearm.git/commitdiff_plain/a02d953fd172f2a0ba14a30116d6cdc4885ef4e1?hp=a02d953fd172f2a0ba14a30116d6cdc4885ef4e1 Issue: Fix case in which lr is read in the instruction immediately after a bl; now flushes no longer clear inflight registers (which makes this a superset of the correct behavior), and now def_regs, well, defines regs. This fixed the miniblarg -O1 bug. ---