Skip to content

Commit 3e87657

Browse files
Update lib/DXIL/DxilModule.cpp
Co-authored-by: Chris B <beanz@abolishcrlf.org>
1 parent 6caaa41 commit 3e87657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DXIL/DxilModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@ bool DxilModule::StripNamesSensitiveToDebug() {
18321832

18331833
if (!bIsLib) {
18341834
// Strip struct names
1835-
vector<StructType *> structTypes = m_pModule->getIdentifiedStructTypes();
1835+
SmallVector<StructType *,8> structTypes = m_pModule->getIdentifiedStructTypes();
18361836
unsigned NextStructId = 0;
18371837
for (StructType *ST : structTypes) {
18381838
if (!ST->hasName())

0 commit comments

Comments
 (0)