mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -27,4 +27,4 @@ bool ControlFlowAnalysisPass::Run(spv::Module* module) {
|
|||
|
||||
} // namespace spirv
|
||||
} // namespace gpu
|
||||
} // namespace xe
|
||||
} // namespace xe
|
||||
Loading…
Add table
Add a link
Reference in a new issue