intel/fs/ra: Move assign_regs further down in the file
authorJason Ekstrand <jason@jlekstrand.net>
Tue, 7 May 2019 21:48:27 +0000 (16:48 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Tue, 14 May 2019 17:30:22 +0000 (12:30 -0500)
commit9e00a251bef1a05974d36cd3288fb56563e40fbd
treeef44acdae0e9defcc04bca75f34956b7395cface
parent5d9ac57c8c460691ff341ba23c045e23a5a08df3
intel/fs/ra: Move assign_regs further down in the file

It's the main function from which all the other functions are called.
It belongs at the bottom.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/compiler/brw_fs_reg_allocate.cpp