diff options
Diffstat (limited to 'test/TableGen/intrinsic-struct.td')
| -rw-r--r-- | test/TableGen/intrinsic-struct.td | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/TableGen/intrinsic-struct.td b/test/TableGen/intrinsic-struct.td index 93737b14db2a..1f1a8c2c8220 100644 --- a/test/TableGen/intrinsic-struct.td +++ b/test/TableGen/intrinsic-struct.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> ret_types = []> { list<LLVMType> RetTypes = ret_types; list<LLVMType> ParamTypes = []; list<IntrinsicProperty> IntrProperties = []; + list<SDNodeProperty> Properties = []; } def iAny : ValueType<0, 253>; |
