1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[NFC] Fix typo intrinisic

Differential Revision: https://reviews.llvm.org/D106161
This commit is contained in:
madhur13490 2021-07-16 21:43:48 +05:30
parent 8f6ef387e2
commit b3e3f87671

View File

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