Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1076)

Unified Diff: src/lithium.h

Issue 6263005: Change the algorithm and generated code for parallel moves on IA32. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge/build/ia32
Patch Set: Fix compilation on all platforms. Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/lithium.h
diff --git a/src/lithium.h b/src/lithium.h
index f4ae2aa2c9f76446d2e82f20f691246edd45a33f..5f7c92fce46015ff1108f9e8e31b0bc92c9d374b 100644
--- a/src/lithium.h
+++ b/src/lithium.h
@@ -35,9 +35,6 @@
namespace v8 {
namespace internal {
-class LCodeGen;
-class Translation;
-
class LParallelMove : public ZoneObject {
public:
LParallelMove() : move_operands_(4) { }

Powered by Google App Engine
This is Rietveld 408576698