We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb53fb commit efcc0d6Copy full SHA for efcc0d6
1 file changed
lib/DXIL/DxilModule.cpp
@@ -1843,8 +1843,7 @@ bool DxilModule::StripNamesSensitiveToDebug() {
1843
if (Name.startswith("dx."))
1844
continue;
1845
1846
- STy->setName(
1847
- (Twine("dx.strip.struct.") + Twine(nextStructId++)).str());
+ STy->setName((Twine("dx.strip.struct.") + Twine(nextStructId++)).str());
1848
changed = true;
1849
}
1850
0 commit comments