Matt Arsenault 34cb5456a0 AMDGPU: Remove excessive padding from ImmOp and RegOp.
The structs ImmOp and RegOp are in AArch64AsmParser.cpp (inside
anonymous namespace).
This diff changes the order of fields and removes the excessive padding
(8 bytes).

Patch by Alexander Shaposhnikov

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278844 91177308-0d34-0410-b5e6-96231b3b80d8
2016-08-16 20:28:06 +00:00
..