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 2e8f89f commit c15806aCopy full SHA for c15806a
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