[SPIRV][NFC] Fix warning on class/struct mismatch

Clang issues a warning on class/struct mismatch because the MSVC ABI
varries for classes and structs.
This commit is contained in:
Chris Bieneman 2022-04-26 09:46:07 -05:00
parent 2fb131668f
commit 500d677f1d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace llvm {
class MCInst;
class MachineInstr;
namespace SPIRV {
class ModuleAnalysisInfo;
struct ModuleAnalysisInfo;
} // namespace SPIRV
// This class is used to lower a MachineInstr into an MCInst.