aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorAlex Bradbury <asb@lowrisc.org>2016-11-01 16:32:05 +0000
committerAlex Bradbury <asb@lowrisc.org>2016-11-01 16:32:05 +0000
commit58eba09949321dd2fdad2c0302451f949995437c (patch)
tree64f6f260b4a63b022973a5b3d163e5c5c222e40b /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent94c21bc088f740aedda6f0f57329d6479b59af1a (diff)
downloadllvm-58eba09949321dd2fdad2c0302451f949995437c.zip
llvm-58eba09949321dd2fdad2c0302451f949995437c.tar.gz
llvm-58eba09949321dd2fdad2c0302451f949995437c.tar.bz2
[TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h
As it stands, the OperandMatchResultTy is only included in the generated header if there is custom operand parsing. However, almost all backends make use of MatchOperand_Success and friends from OperandMatchResultTy for e.g. parseRegister. This is a pain when starting an AsmParser for a new backend that doesn't yet have custom operand parsing. Move the enum to MCTargetAsmParser.h. This patch is a prerequisite for D23563 Differential Revision: https://reviews.llvm.org/D23496 llvm-svn: 285705
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions