[IR] Fix typo in comment of Intrinsics.td (NFC)

This commit is contained in:
qixingxue 2021-05-06 15:33:56 +08:00
parent 819e0d105e
commit e388b9399b
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ class Intrinsic<list<LLVMType> ret_types,
bit isTarget = false;
}
// Intrinisc with default attributes (disable_default_attributes = false).
// Intrinisic with default attributes (disable_default_attributes = false).
class DefaultAttrsIntrinsic<list<LLVMType> ret_types,
list<LLVMType> param_types = [],
list<IntrinsicProperty> intr_properties = [],