Qualify one more make_unique call.
authorHans Wennborg <hans@hanshq.net>
Sun, 30 Nov 2014 00:31:49 +0000 (00:31 +0000)
committerHans Wennborg <hans@hanshq.net>
Sun, 30 Nov 2014 00:31:49 +0000 (00:31 +0000)
commite1e5343d13939d35f3d254b90db92ad4653a0bc4
treeccc56c8a5b811106843400f160061756f26e90d8
parent45f731aead309484805d7da0377338bc20448daf
Qualify one more make_unique call.

The previous patch had effect, but missed this one. It seems MSVC
gets ADL-confused by the calls where the first argument is a function call?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222968 91177308-0d34-0410-b5e6-96231b3b80d8
lib/TableGen/TGParser.cpp