]> granicus.if.org Git - llvm/commit
[ARM] GlobalISel: Get rid of ARMInstructionSelector.h. NFC.
authorDiana Picus <diana.picus@linaro.org>
Fri, 28 Apr 2017 09:10:38 +0000 (09:10 +0000)
committerDiana Picus <diana.picus@linaro.org>
Fri, 28 Apr 2017 09:10:38 +0000 (09:10 +0000)
commit86a97982f25f65fe4794c3b5a597717ecbf510f6
treeedde46a4ce1ff018a09380a3503c0c2572f25a0a
parentc939b6ae1d71b0b35f558c1646db10e6ba97ee4f
[ARM] GlobalISel: Get rid of ARMInstructionSelector.h. NFC.

Declare the ARMInstructionSelector in an anonymous namespace, to make it
more in line with the other targets which were migrated to this in
r299637 in order to avoid TableGen'erated headers being included in
non-GlobalISel builds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301632 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARM.h
lib/Target/ARM/ARMInstructionSelector.cpp
lib/Target/ARM/ARMTargetMachine.cpp