diff options
Diffstat (limited to 'llvm/test/TableGen/intrinsic-long-name.td')
| -rw-r--r-- | llvm/test/TableGen/intrinsic-long-name.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/TableGen/intrinsic-long-name.td b/llvm/test/TableGen/intrinsic-long-name.td index 38ebf13dbf3..d7c9d317626 100644 --- a/llvm/test/TableGen/intrinsic-long-name.td +++ b/llvm/test/TableGen/intrinsic-long-name.td @@ -22,7 +22,7 @@ class Intrinsic<string name, list<LLVMType> param_types = []> { list<IntrinsicProperty> IntrProperties = []; } -def iAny : ValueType<0, 254>; +def iAny : ValueType<0, 125>; def llvm_anyint_ty : LLVMType<iAny>; // Make sure we generate the long name without crashing |

