TableGen: Use enum names in composeSubRegIndices table
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 5 Oct 2019 17:09:46 +0000 (10:09 -0700)
committerMatt Arsenault <arsenm2@gmail.com>
Mon, 28 Oct 2019 04:26:56 +0000 (21:26 -0700)
commit525169efd1eefe044406bd41b3159359e0cabd4e
tree80091a17fb0905bcce149e040ca6a6a3ca97c230
parent56a503bdba9c33fce4d8fe86494cfd9c0b62c88a
TableGen: Use enum names in composeSubRegIndices table

I'm not sure why this is using the raw enum value. This makes reading
the generated table comprehensible.
llvm/utils/TableGen/RegisterInfoEmitter.cpp