ARM64: Refactor away a few redundant helpers.
authorJim Grosbach <grosbach@apple.com>
Mon, 21 Apr 2014 22:13:57 +0000 (22:13 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 21 Apr 2014 22:13:57 +0000 (22:13 +0000)
commit8981860cada7966e19ff99dea2c2eee53aaa5557
tree09e87505dc51f57baac7dcf8cc8fd57f4a3eaee2
parentdb0a73f31bddcb442a672be4de598ba432acc6f8
ARM64: Refactor away a few redundant helpers.

The comment claimed that the register class information wasn't available
in the assembly parser, but that's not really true. It's just annoying to
get to. Replace the helper functions with references to the auto-generated
information.

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