Chromium Code Reviews

Unified Diff: src/x64/code-stubs-x64.h

Issue 6329006: X64 Crankshaft: Add addition of tagged and int32 values to Crankshaft on x64.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | src/x64/lithium-codegen-x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/x64/code-stubs-x64.h
===================================================================
--- src/x64/code-stubs-x64.h (revision 6350)
+++ src/x64/code-stubs-x64.h (working copy)
@@ -198,6 +198,7 @@
}
friend class CodeGenerator;
+ friend class LCodeGen;
};
« no previous file with comments | « no previous file | src/x64/lithium-codegen-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine