[SystemZ] Rename mapping table fields
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>
Wed, 3 Jul 2013 09:19:58 +0000 (09:19 +0000)
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>
Wed, 3 Jul 2013 09:19:58 +0000 (09:19 +0000)
commitdf313ff6975ba4f902b5cb8a84b4998efe2cd173
treebcbf8808d4e0c881c6b0ea553559af742f4630da
parentdb39b4a212791bc15baffde5d8f7c8ffa0f12f0a
[SystemZ] Rename mapping table fields

Rename Function->DispKey and PairType->DispSize.  I'd originally used
"Function" because I thought it might be useful for other InstMappings.
However, it turns out that having two very similar instructions with the
same Function makes it pretty useless for anything other than the displacement
size key.  Other InstMappings will want the key to be defined for only one
instruction in the pair.

No behavioural change intended.

llvm-svn: 185526
llvm/lib/Target/SystemZ/SystemZInstrFormats.td
llvm/lib/Target/SystemZ/SystemZInstrInfo.td