Summary: Fix typo

Subscribers: jvesely, nhaehnle, kerbowa, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D73458
This commit is contained in:
Sebastian Neubauer 2020-01-23 14:53:53 +01:00
parent 3ccaac3cdd
commit adc0217416
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ class AMDGPUDimProfile<string opmod,
AMDGPUDimProps Dim = dim; AMDGPUDimProps Dim = dim;
string OpMod = opmod; // the corresponding instruction is named IMAGE_OpMod 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 IsSample = 0;
bit IsAtomic = 0; bit IsAtomic = 0;
list<LLVMType> RetTypes = []; list<LLVMType> RetTypes = [];