llvm-project/llvm/lib/Target/PowerPC/AsmParser
Nemanja Ivanovic 0dad994a10 [PowerPC][NFC] Macro for register set defs for the Asm Parser
We have some unfortunate code in the back end that defines a bunch of register
sets for the Asm Parser. Every time another class is needed in the parser, we
have to add another one of those definitions with explicit lists of registers.
This NFC patch simply provides macros to use to condense that code a little bit.

Differential revision: https://reviews.llvm.org/D54433

llvm-svn: 350156
2018-12-29 16:13:11 +00:00
..
CMakeLists.txt
LLVMBuild.txt
PPCAsmParser.cpp [PowerPC][NFC] Macro for register set defs for the Asm Parser 2018-12-29 16:13:11 +00:00