We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41657e commit 43d47d1Copy full SHA for 43d47d1
llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
@@ -93,7 +93,7 @@ class SPIRVEmitIntrinsics
93
void eraseTodoType(Value *Op) {
94
auto It = TodoType.find(Op);
95
if (It != TodoType.end() && It->second) {
96
- TodoType[Op] = false;
+ It->second = false;
97
--TodoTypeSz;
98
}
99
0 commit comments