Move instruction encoding bits into the parent class and remove the temporary
authorBill Wendling <isanbard@gmail.com>
Mon, 1 Nov 2010 06:00:39 +0000 (06:00 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 1 Nov 2010 06:00:39 +0000 (06:00 +0000)
commit69661191ce9f4e8a2fa00391a0708905caccf52c
treeeaa52d70fd59f66a6fb8501d29dbec17d34b5969
parent504fb4fb8e4c7cddadb9dd557219d69ce9f8f722
Move instruction encoding bits into the parent class and remove the temporary
*_Encode classes. These instructions are the only ones which use those classes,
so a subclass isn't necessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117906 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrVFP.td