Skip to content

Commit 8ac7c4f

Browse files
committed
[SPIRV] Fix warning after llvm#81683
1 parent 9ed8b27 commit 8ac7c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVInstrInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ enum AsmComments {
5959
// It is a half type
6060
ASM_PRINTER_WIDTH16 = MachineInstr::TAsmComments
6161
};
62-
}; // namespace SPIRV
62+
} // namespace SPIRV
6363

6464
} // namespace llvm
6565

0 commit comments

Comments
 (0)