mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
JSSpecCompiler: Add SSA form building pass
This commit is contained in:
parent
20aa56891a
commit
fbdb1a3d61
5 changed files with 598 additions and 0 deletions
|
@ -9,6 +9,7 @@ set(SOURCES
|
|||
Compiler/Passes/FunctionCallCanonicalizationPass.cpp
|
||||
Compiler/Passes/IfBranchMergingPass.cpp
|
||||
Compiler/Passes/ReferenceResolvingPass.cpp
|
||||
Compiler/Passes/SSABuildingPass.cpp
|
||||
Parser/CppASTConverter.cpp
|
||||
Parser/Lexer.cpp
|
||||
Parser/ParseError.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue