mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:57:35 +00:00
JSSpecCompiler: Move passes to Passes subdirectory of Compiler/
This commit is contained in:
parent
61fa00d46c
commit
867ce0df52
8 changed files with 9 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include "Compiler/FunctionCallCanonicalizationPass.h"
|
||||
#include "Compiler/Passes/FunctionCallCanonicalizationPass.h"
|
||||
#include "AST/AST.h"
|
||||
|
||||
namespace JSSpecCompiler {
|
|
@ -7,7 +7,7 @@
|
|||
#include <AK/TypeCasts.h>
|
||||
|
||||
#include "AST/AST.h"
|
||||
#include "Compiler/IfBranchMergingPass.h"
|
||||
#include "Compiler/Passes/IfBranchMergingPass.h"
|
||||
|
||||
namespace JSSpecCompiler {
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
#include <AK/HashMap.h>
|
||||
|
||||
#include "AST/AST.h"
|
||||
#include "Compiler/ReferenceResolvingPass.h"
|
||||
#include "Compiler/Passes/ReferenceResolvingPass.h"
|
||||
#include "Function.h"
|
||||
|
||||
namespace JSSpecCompiler {
|
Loading…
Add table
Add a link
Reference in a new issue