[FastISel][AArch64] Factor out add with immediate emission into a helper function...
authorJuergen Ributzka <juergen@apple.com>
Wed, 15 Oct 2014 18:58:02 +0000 (18:58 +0000)
committerJuergen Ributzka <juergen@apple.com>
Wed, 15 Oct 2014 18:58:02 +0000 (18:58 +0000)
commit32c5fde3f15c6d8270bf5c3960589c5a2b33c56f
treeafbe373436494091601683fdf5963efdf1a5846c
parentad04f5db82d5433f9f5e134a9610f88ba1cdf810
[FastISel][AArch64] Factor out add with immediate emission into a helper function. NFC.

Simplify add with immediate emission by factoring it out into a helper function.

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