forked from OSchip/llvm-project
[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:
parent
2fb131668f
commit
500d677f1d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue