forked from OSchip/llvm-project
[IR] Fix typo in comment of Intrinsics.td (NFC)
This commit is contained in:
parent
819e0d105e
commit
e388b9399b
|
@ -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 = [],
|
||||
|
|
Loading…
Reference in New Issue