Fix build breakage from r329201
authorPavel Labath <labath@google.com>
Wed, 4 Apr 2018 14:54:08 +0000 (14:54 +0000)
committerPavel Labath <labath@google.com>
Wed, 4 Apr 2018 14:54:08 +0000 (14:54 +0000)
commit0cc0306a758be76af2072a75a148e1975591a742
tree95c0fd1e06b0556220412beca5c452ac6f2dce6e
parent6088c23431239ff7653ec0acc74e97f4d2771834
Fix build breakage from r329201

Some compilers do not like having an enum type and a variable with the
same name (AccelTableKind). I rename the variable to TheAccelTableKind.

Suggestions for a better name welcome.

llvm-svn: 329202
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h