mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-06 03:38:34 +00:00
[TableGen] Use the correct type for the first template for the ListInit TrailingObjects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304076 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4439d654fd
commit
8e1db259e8
@ -671,7 +671,7 @@ public:
|
||||
/// [AL, AH, CL] - Represent a list of defs
|
||||
///
|
||||
class ListInit final : public TypedInit, public FoldingSetNode,
|
||||
public TrailingObjects<BitsInit, Init *> {
|
||||
public TrailingObjects<ListInit, Init *> {
|
||||
unsigned NumValues;
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user