forked from OSchip/llvm-project
Fix typo
Summary: Fix typo Subscribers: jvesely, nhaehnle, kerbowa, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D73458
This commit is contained in:
parent
3ccaac3cdd
commit
adc0217416
|
@ -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 = [];
|
||||||
|
|
Loading…
Reference in New Issue