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)
commiteb745dc50b9f97c546f120eb7a510ce9cb264f33
tree435265675712831d84146b7f272f2ea12d01a625
parentc3a9cb54e650f092adfff6efadf7b237c822257f
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.

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