Index: src/ia32/lithium-codegen-ia32.h |
diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h |
index 41ac39a44eff561ed26e7eed7ee81be4faf56394..68ffb8d0331d26f25553e396e994e7b91a867703 100644 |
--- a/src/ia32/lithium-codegen-ia32.h |
+++ b/src/ia32/lithium-codegen-ia32.h |
@@ -1,4 +1,4 @@ |
-// Copyright 2010 the V8 project authors. All rights reserved. |
+// Copyright 2011 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -230,6 +230,9 @@ class LCodeGen BASE_EMBEDDED { |
// itself is emitted at the end of the generated code. |
SafepointTableBuilder safepoints_; |
+ // Compiler from a set of parallel moves to a sequential list of moves. |
+ LGapResolver resolver_; |
+ |
friend class LDeferredCode; |
friend class LEnvironment; |
friend class SafepointGenerator; |