[AArch64] Cleanup AsmParser: no need to use dyn_cast + assert. cast does it for us.
authorArnaud A. de Grandmaison <arnaud.degrandmaison@arm.com>
Thu, 17 Jul 2014 19:08:14 +0000 (19:08 +0000)
committerArnaud A. de Grandmaison <arnaud.degrandmaison@arm.com>
Thu, 17 Jul 2014 19:08:14 +0000 (19:08 +0000)
commit08f689e9b056833f8275af61841962f6e8f68b31
tree2aa2450695f3c6e27bdf160989976752f3ecf4b2
parentadf8ae4c10441eff11e98e3fc7ab123a55743fea
[AArch64] Cleanup AsmParser: no need to use dyn_cast + assert. cast does it for us.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213296 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp