2008-11-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Some file moves:
VM/LabelID.h => bytecompiler/Label.h
VM/RegisterID.h => bytecompiler/RegisterID.h
VM/SegmentedVector.h => bytecompiler/SegmentedVector.h
bytecompiler/CodeGenerator.* => bytecompiler/BytecodeGenerator.*
* AllInOneFile.cpp:
* JavaScriptCore.xcodeproj/project.pbxproj:
* VM/LabelID.h: Removed.
* VM/RegisterID.h: Removed.
* VM/SegmentedVector.h: Removed.
* bytecompiler/BytecodeGenerator.cpp: Copied from bytecompiler/CodeGenerator.cpp.
* bytecompiler/BytecodeGenerator.h: Copied from bytecompiler/CodeGenerator.h.
* bytecompiler/CodeGenerator.cpp: Removed.
* bytecompiler/CodeGenerator.h: Removed.
* bytecompiler/Label.h: Copied from VM/LabelID.h.
* bytecompiler/LabelScope.h:
* bytecompiler/RegisterID.h: Copied from VM/RegisterID.h.
* bytecompiler/SegmentedVector.h: Copied from VM/SegmentedVector.h.
* jsc.cpp:
* parser/Nodes.cpp:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@38494 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/AllInOneFile.cpp b/JavaScriptCore/AllInOneFile.cpp
index 19b4bed..8fae87c 100644
--- a/JavaScriptCore/AllInOneFile.cpp
+++ b/JavaScriptCore/AllInOneFile.cpp
@@ -101,5 +101,5 @@
#include "runtime/JSVariableObject.cpp"
#include "wtf/FastMalloc.cpp"
#include "wtf/TCSystemAlloc.cpp"
-#include "bytecompiler/CodeGenerator.cpp"
+#include "bytecompiler/BytecodeGenerator.cpp"
#include "VM/RegisterFile.cpp"