change MatchInstructionImpl to return an enum instead of bool.
authorChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 19:22:17 +0000 (19:22 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 19:22:17 +0000 (19:22 +0000)
commit79ed3f77e8b87615b80054ca6e4e3ba5e07445bd
tree858cfb1799b738f2844e27c78b21d4349def3e86
parent702f2d42bb136f9f67e4ffaecb5f79b2369340ad
change MatchInstructionImpl to return an enum instead of bool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113165 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
utils/TableGen/AsmMatcherEmitter.cpp