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:
parent
fdec0ab332
commit
211cc99f42
|
@ -27,4 +27,4 @@ bool ControlFlowAnalysisPass::Run(spv::Module* module) {
|
|||
|
||||
} // namespace spirv
|
||||
} // namespace gpu
|
||||
} // namespace xe
|
||||
} // namespace xe
|
Loading…
Reference in New Issue