AArch64: use AddressingModes.h accessors for compare shifts
authorTim Northover <tnorthover@apple.com>
Wed, 29 Jul 2015 16:39:56 +0000 (16:39 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 29 Jul 2015 16:39:56 +0000 (16:39 +0000)
commitcf739b8c3dac5bbee2a81b300d6cdf7b60af53dc
tree82a16f30158eff10cc4ffe30fc16da1dfe65305b
parenteb26e1d03cf9117a102e8de215de31631dedb3d4
AArch64: use AddressingModes.h accessors for compare shifts

No functional change because "lsl #12" is actually encoded as 12, but one less
bug if someone ever decides to change that for the giggles.

llvm-svn: 243536
llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp