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

Unified Diff: test/cctest/compiler/graph-builder-tester.h

Issue 425003004: Implement representation selection as part of SimplifiedLowering. Representation selection also req… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Added better tests for Load/Store of fields and elements, with both tagged and untagged bases. Created 6 years, 4 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: test/cctest/compiler/graph-builder-tester.h
diff --git a/test/cctest/compiler/graph-builder-tester.h b/test/cctest/compiler/graph-builder-tester.h
index acc939d2cbdf806cce46ff047420ca5918e7b916..f012623048f608b11f6a6d41b64068385461ec5f 100644
--- a/test/cctest/compiler/graph-builder-tester.h
+++ b/test/cctest/compiler/graph-builder-tester.h
@@ -41,6 +41,8 @@ class MachineCallHelper : public CallHelper {
Node* Parameter(int offset);
+ void GenerateCode() { Generate(); }
+
protected:
virtual byte* Generate();
virtual void VerifyParameters(int parameter_count,

Powered by Google App Engine
This is Rietveld 408576698