Skip to content

Commit

Permalink
Rename control_flow_analysis_pass.cpp to control_flow_analysis_pass.cc
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
rerpha authored and Triang3l committed Nov 12, 2021
1 parent fdec0ab commit 211cc99
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,4 +27,4 @@ bool ControlFlowAnalysisPass::Run(spv::Module* module) {

} // namespace spirv
} // namespace gpu
} // namespace xe
} // namespace xe

0 comments on commit 211cc99

Please sign in to comment.