[llvm] adc0217 - Fix typo
Sebastian Neubauer via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 23:49:21 PST 2020
Author: Sebastian Neubauer
Date: 2020-01-31T08:48:22+01:00
New Revision: adc02174165e69f653a21c541221bdbbaab90427
URL: https://github.com/llvm/llvm-project/commit/adc02174165e69f653a21c541221bdbbaab90427
DIFF: https://github.com/llvm/llvm-project/commit/adc02174165e69f653a21c541221bdbbaab90427.diff
LOG: Fix typo
Summary: Fix typo
Subscribers: jvesely, nhaehnle, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73458
Added:
Modified:
llvm/include/llvm/IR/IntrinsicsAMDGPU.td
Removed:
################################################################################
diff --git a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
index 68e8a830ecac..bccab0364e71 100644
--- a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+++ b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
@@ -591,7 +591,7 @@ class AMDGPUDimProfile<string opmod,
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 = [];
More information about the llvm-commits
mailing list