[FastISel][AArch64] Refactor code to use isTypeSupported. NFC.
authorJuergen Ributzka <juergen@apple.com>
Mon, 15 Sep 2014 21:27:54 +0000 (21:27 +0000)
committerJuergen Ributzka <juergen@apple.com>
Mon, 15 Sep 2014 21:27:54 +0000 (21:27 +0000)
commit4e10936b38fa3790a3057ad82408949923427191
tree24c67e4de8631e58ab835416039a86902f97c717
parent5e49dcf79a0f85f698c4309a185df79e170b05e2
[FastISel][AArch64] Refactor code to use isTypeSupported. NFC.

Gets rid of isLoadStoreTypeLegal and replace it with isTypeSupported.

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