Fix a GCC error due to this member name also being a type name. This
authorChandler Carruth <chandlerc@gmail.com>
Sat, 23 Jul 2016 07:50:05 +0000 (07:50 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 23 Jul 2016 07:50:05 +0000 (07:50 +0000)
commit488cb137a98201afc20a29a389a61f87bda69020
tree1d20ed5916217c4d0e5567abebff792ef12c1524
parentb6519db90dcb422020fcc7e78f655ad2f3821453
Fix a GCC error due to this member name also being a type name. This
should fix the build with GCC 4.9 at least. Not sure if this is the
right name or fix, but I've followed up on the original commit.

llvm-svn: 276522
llvm/lib/Target/AArch64/AArch64TargetMachine.cpp