[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)
commit674888d84c9af9e09721c4845ad0c574caf75b40
tree5382563348a4a9bfef13e78dbe159b7b8f3105b5
parent96a3de272904f5190a5f531a4e9096d304cac29a
[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.

llvm-svn: 301632
llvm/lib/Target/ARM/ARM.h
llvm/lib/Target/ARM/ARMInstructionSelector.cpp
llvm/lib/Target/ARM/ARMTargetMachine.cpp