[llvm] e388b93 - [IR] Fix typo in comment of Intrinsics.td (NFC)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 6 22:24:06 PDT 2021
Author: qixingxue
Date: 2021-05-07T13:21:58+08:00
New Revision: e388b9399b03a78219adb3488ec8b2e2a6abcf46
URL: https://github.com/llvm/llvm-project/commit/e388b9399b03a78219adb3488ec8b2e2a6abcf46
DIFF: https://github.com/llvm/llvm-project/commit/e388b9399b03a78219adb3488ec8b2e2a6abcf46.diff
LOG: [IR] Fix typo in comment of Intrinsics.td (NFC)
Added:
Modified:
llvm/include/llvm/IR/Intrinsics.td
Removed:
################################################################################
diff --git a/llvm/include/llvm/IR/Intrinsics.td b/llvm/include/llvm/IR/Intrinsics.td
index 63f8169df854..2f5890d7f075 100644
--- a/llvm/include/llvm/IR/Intrinsics.td
+++ b/llvm/include/llvm/IR/Intrinsics.td
@@ -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 = [],
More information about the llvm-commits
mailing list