|
@@ -27,12 +27,6 @@ shared_library("LibJS") {
|
|
|
"Bytecode/Instruction.cpp",
|
|
|
"Bytecode/Interpreter.cpp",
|
|
|
"Bytecode/Op.cpp",
|
|
|
- "Bytecode/Pass/DumpCFG.cpp",
|
|
|
- "Bytecode/Pass/GenerateCFG.cpp",
|
|
|
- "Bytecode/Pass/LoadElimination.cpp",
|
|
|
- "Bytecode/Pass/MergeBlocks.cpp",
|
|
|
- "Bytecode/Pass/PlaceBlocks.cpp",
|
|
|
- "Bytecode/Pass/UnifySameBlocks.cpp",
|
|
|
"Bytecode/RegexTable.cpp",
|
|
|
"Bytecode/StringTable.cpp",
|
|
|
"Console.cpp",
|