Skip to content

Commit ddb8dda

Browse files
committed
re-replace auto
1 parent dcf321f commit ddb8dda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/lib/SPIRV/SpirvEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8128,7 +8128,7 @@ void SpirvEmitter::assignToMSOutIndices(
81288128
if (indices.size() > 1) {
81298129
vecComponent = indices.back();
81308130
}
8131-
auto *var = declIdMapper.getMSOutIndicesBuiltin();
8131+
SpirvVariable *var = declIdMapper.getMSOutIndicesBuiltin();
81328132

81338133
uint32_t numVertices = 1;
81348134
uint32_t numValues = 1;

0 commit comments

Comments
 (0)