OSDN Git Service

[GlobalISel] Drop workaround for Legalizer member/class sharing a name. NFC.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 15 Dec 2016 18:45:30 +0000 (18:45 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 15 Dec 2016 18:45:30 +0000 (18:45 +0000)
commitd834e0854a8549d1db04b0af99f5a0be6563c8b5
tree4e877fe9a6a509676779fbacecb074b725f61405
parentb782ce76a4a39941b3c1d9201e3dd0ea61f9cf3e
[GlobalISel] Drop workaround for Legalizer member/class sharing a name. NFC.

MachineLegalizer used to be the name of both the class and the member,
causing GCC errors. r276522 fixed that by renaming the member to just
'Legalizer'.  The 'class' workaround isn't necessary anymore; drop it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289848 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/X86/X86TargetMachine.cpp