Rename control_flow_analysis_pass.cpp to control_flow_analysis_pass.cc

All of the (non-third party) cpp impl files use the .cc extension, this one doesn't. I was digging through the code and found this one so thought I might as well rename it whilst I'm here!
This commit is contained in:
Jack Harper 2021-11-12 22:09:13 +00:00 committed by Triang3l
parent fdec0ab332
commit 211cc99f42
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ bool ControlFlowAnalysisPass::Run(spv::Module* module) {
} // namespace spirv
} // namespace gpu
} // namespace xe
} // namespace xe