i965/cfg: Fix end_ip of last basic block.
authorMatt Turner <mattst88@gmail.com>
Mon, 5 Jan 2015 02:04:13 +0000 (18:04 -0800)
committerMatt Turner <mattst88@gmail.com>
Thu, 8 Jan 2015 23:38:16 +0000 (15:38 -0800)
commit7f813bf53d1c728c888ceffae2140f32697b8ffd
tree7905a09e413b76787af5ce3e59bd5e0261ca1833
parentdf461ac952859a3608b93651fbc4160883b2dd99
i965/cfg: Fix end_ip of last basic block.

start_ip and end_ip are inclusive.

Increases instruction counts in 64 shaders in shader-db, likely
indicative of them previously being misoptimized.
src/mesa/drivers/dri/i965/brw_cfg.cpp