[PATCH] D73458: Fix typo
Sebastian Neubauer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 03:11:45 PST 2020
sebastian-ne created this revision.
Herald added subscribers: llvm-commits, kerbowa, nhaehnle, jvesely.
Herald added a project: LLVM.
Fix typo
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73458
Files:
llvm/include/llvm/IR/IntrinsicsAMDGPU.td
Index: llvm/include/llvm/IR/IntrinsicsAMDGPU.td
===================================================================
--- llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+++ llvm/include/llvm/IR/IntrinsicsAMDGPU.td
@@ -591,7 +591,7 @@
AMDGPUDimProps Dim = dim;
string OpMod = opmod; // the corresponding instruction is named IMAGE_OpMod
- // These are entended to be overwritten by subclasses
+ // These are intended to be overwritten by subclasses
bit IsSample = 0;
bit IsAtomic = 0;
list<LLVMType> RetTypes = [];
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73458.240517.patch
Type: text/x-patch
Size: 525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200127/49ccf10c/attachment.bin>
More information about the llvm-commits
mailing list