OSDN Git Service

[GlobalISel] Remove the GISelAccessor API.
authorQuentin Colombet <qcolombet@apple.com>
Fri, 4 Aug 2017 20:15:46 +0000 (20:15 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Fri, 4 Aug 2017 20:15:46 +0000 (20:15 +0000)
commitf646c276318e12f9622740fc77908abcf1fe8ab8
tree14ccc7c04bfc34da20048b79ededeabacd420f5e
parent3fbb046df6177dcdb3598b7c8259aa556ebfa04d
[GlobalISel] Remove the GISelAccessor API.

Its sole purpose was to avoid spreading around ifdefs related to
building global-isel. Since r309990, GlobalISel is not optional anymore,
thus, we can get rid of this mechanism all together.

NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310115 91177308-0d34-0410-b5e6-96231b3b80d8
docs/GlobalISel.rst
include/llvm/CodeGen/GlobalISel/GISelAccessor.h [deleted file]
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AMDGPU/AMDGPUSubtarget.cpp
lib/Target/AMDGPU/AMDGPUSubtarget.h
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h