TableGen: Fix type of resolved and converted lists
authorNicolai Haehnle <nhaehnle@gmail.com>
Thu, 22 Feb 2018 15:26:45 +0000 (15:26 +0000)
committerNicolai Haehnle <nhaehnle@gmail.com>
Thu, 22 Feb 2018 15:26:45 +0000 (15:26 +0000)
commit81097ba6b578172a7ff68fb5e86c48fd60ff8a67
tree47255409910ac273504d0f7dc6245b353f04e370
parent6d64915c87ae326f352f1a95011856a2d4acb0d7
TableGen: Fix type of resolved and converted lists

Summary:
There are no new test cases, but a subsequent patch will introduce
assertions that would be triggered by existing test cases without this
fix.

Change-Id: I6a82d4b311b012aff3932978ae86f6a2dcfbf725

Reviewers: arsenm, craig.topper, tra, MartinO

Subscribers: wdng, llvm-commits

Differential Revision: https://reviews.llvm.org/D43556

llvm-svn: 325798
llvm/include/llvm/TableGen/Record.h
llvm/lib/TableGen/Record.cpp