AArch64: remove extraneous padding
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 18 Aug 2016 22:35:06 +0000 (22:35 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 18 Aug 2016 22:35:06 +0000 (22:35 +0000)
commitdab786fb789b156d863104c800f1bdb9077feee3
treea4f9ce5ab11f82286456f799500c720425b011e9
parent9f1fd7371e83118dfaad3d8ba201f71911ef8065
AArch64: remove extraneous padding

The structs BarrierOp, PrefetchOp, PSBHintOp 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!

llvm-svn: 279173
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp