diff options
Diffstat (limited to 'test/TableGen/intrinsic-long-name.td')
-rw-r--r-- | test/TableGen/intrinsic-long-name.td | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/TableGen/intrinsic-long-name.td b/test/TableGen/intrinsic-long-name.td index 24ed89ac4acf..9bbfe9829a65 100644 --- a/test/TableGen/intrinsic-long-name.td +++ b/test/TableGen/intrinsic-long-name.td @@ -2,6 +2,7 @@ // XFAIL: vg_leak class IntrinsicProperty; +class SDNodeProperty; class ValueType<int size, int value> { string Namespace = "MVT"; @@ -20,6 +21,7 @@ class Intrinsic<string name, list<LLVMType> param_types = []> { list<LLVMType> RetTypes = []; list<LLVMType> ParamTypes = param_types; list<IntrinsicProperty> IntrProperties = []; + list<SDNodeProperty> Properties = []; } def iAny : ValueType<0, 253>; |