LLParser: Avoid copying ValIDs, the copy ctor is deprecated in C++11 due to the prese...
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Mar 2015 01:40:07 +0000 (01:40 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Mar 2015 01:40:07 +0000 (01:40 +0000)
commitde2cab9eb417ad6b7dbe3a67bf5a76bcb251fa21
treea299c106c14d245793cb1d9e0a4b521e0030e421
parentbd490c174ecf54e595a163d2cb2739d6fa2b1f90
LLParser: Avoid copying ValIDs, the copy ctor is deprecated in C++11 due to the presence of a user-declared dtor

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231199 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp