Fix msvc compiler error in r327498
authorPavel Labath <labath@google.com>
Wed, 14 Mar 2018 11:31:17 +0000 (11:31 +0000)
committerPavel Labath <labath@google.com>
Wed, 14 Mar 2018 11:31:17 +0000 (11:31 +0000)
commit8ed6582bb06047db76934efe8a9314976e8fd843
tree9cdd942f6c736aee451b4b102fa13143d72f6e8e
parent0bd4d8c901c95d8361580086b1eed43f88f755cd
Fix msvc compiler error in r327498

msvc reports an "illegal indirection" error here. Attempt to appease it
with a different initialization syntax.

llvm-svn: 327500
llvm/lib/CodeGen/AsmPrinter/DIE.cpp