Skip to content

Commit

Permalink
JIT: split up some parts of flowgraph.cpp (#47072)
Browse files Browse the repository at this point in the history
Create a number of smaller files with cohesive sets of methods.
  • Loading branch information
AndyAyersMS authored Jan 26, 2021
1 parent d7ee51c commit a1f137e
Show file tree
Hide file tree
Showing 11 changed files with 25,995 additions and 25,918 deletions.
8 changes: 8 additions & 0 deletions src/coreclr/jit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ set( JIT_SOURCES
eeinterface.cpp
emit.cpp
error.cpp
fgbasic.cpp
fgdiagnostic.cpp
fgehopt.cpp
fgflow.cpp
fginline.cpp
fgopt.cpp
fgprofile.cpp
fgstmt.cpp
flowgraph.cpp
gcdecode.cpp
gcencode.cpp
Expand Down
Loading

0 comments on commit a1f137e

Please sign in to comment.