Remove the bare getSubtargetImpl call from the AArch64 port. As part
authorEric Christopher <echristo@gmail.com>
Sat, 21 Mar 2015 04:04:50 +0000 (04:04 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 21 Mar 2015 04:04:50 +0000 (04:04 +0000)
commitae6fc14d5438a231f115ed8ebc3587da59d2ff33
treee89d1c424575834085b2bbaec045662cb23d6fde
parentbc473edd7bf31c57d272fc225667ce66ec8c7d71
Remove the bare getSubtargetImpl call from the AArch64 port. As part
of this add a test that shows we can generate code for functions
that specifically enable a subtarget feature.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232884 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/AArch64TargetMachine.h
test/CodeGen/AArch64/function-subtarget-features.ll [new file with mode: 0644]