[MCA] Hot fix for -Wmismatched-tags errors on mca::SourceMgr

Hot fix for -Wmismatched-tags build errors regarding mca::SourceMgr
changes introduced in 97579dcc6d.
This commit is contained in:
Min-Yih Hsu 2022-06-24 16:10:27 -07:00
parent b847692ed8
commit 87805d6a24
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class TargetOptions;
namespace mca {
class CustomBehaviour;
class InstrPostProcess;
class SourceMgr;
struct SourceMgr;
} // namespace mca
MCStreamer *createNullStreamer(MCContext &Ctx);