GlobalISel: Move LegalizerHelper members around
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 9 Jun 2020 20:47:37 +0000 (16:47 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 10 Jun 2020 17:56:53 +0000 (13:56 -0400)
commit601b8a0dc9cd43a0a4c8efb90ec8dc5f62b4a882
treee4eed4be16f724c35e94d5b05c08f2f23566b9b8
parenta5099ad918c58e8a5b713cdf5b8e946b8bdfaa5f
GlobalISel: Move LegalizerHelper members around

MIRBuilder was in the middle of of a bunch of methods and not group
with the other member variables, which made it harder to see what
state this carries around. Move these to the top as is the usual
convention.
llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h