Skip to content

Commit 0773321

Browse files
committed
Remove 'nontemporal nontemporal' in comment
1 parent e5ad1fa commit 0773321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glslang/MachineIndependent/Initialize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ enum ArgClass {
118118
ClassFIO = 1 << 9, // first argument is inout
119119
ClassRS = 1 << 10, // the return is held scalar as the arguments cycle
120120
ClassNS = 1 << 11, // no scalar prototype
121-
ClassCVN = 1 << 12, // first argument is 'coherent volatile nontemporal nontemporal'
121+
ClassCVN = 1 << 12, // first argument is 'coherent volatile nontemporal'
122122
ClassFO = 1 << 13, // first argument is output
123123
ClassV3 = 1 << 14, // vec3 only
124124
};

0 commit comments

Comments
 (0)