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 6caaa41 commit 3e87657Copy full SHA for 3e87657
lib/DXIL/DxilModule.cpp
@@ -1832,7 +1832,7 @@ bool DxilModule::StripNamesSensitiveToDebug() {
1832
1833
if (!bIsLib) {
1834
// Strip struct names
1835
- vector<StructType *> structTypes = m_pModule->getIdentifiedStructTypes();
+ SmallVector<StructType *,8> structTypes = m_pModule->getIdentifiedStructTypes();
1836
unsigned NextStructId = 0;
1837
for (StructType *ST : structTypes) {
1838
if (!ST->hasName())
0 commit comments