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

Unified Diff: src/unique.h

Issue 479793004: [turbofan] Initial import of SimplifiedOperatorReducer. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments 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
« no previous file with comments | « src/compiler/simplified-operator-reducer.cc ('k') | test/compiler-unittests/change-lowering-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/unique.h
diff --git a/src/unique.h b/src/unique.h
index ffc659fa10a33179580e2108b8a819471b056e7e..223fafd3af9528a8ceb02b703c1f74751d7f3271 100644
--- a/src/unique.h
+++ b/src/unique.h
@@ -138,6 +138,9 @@ template <class T>
class PrintableUnique : public Unique<T> {
public:
// TODO(titzer): make private and introduce a uniqueness scope.
+ PrintableUnique() : string_("null") {}
+
+ // TODO(titzer): make private and introduce a uniqueness scope.
explicit PrintableUnique(Zone* zone, Handle<T> handle) : Unique<T>(handle) {
InitializeString(zone);
}
« no previous file with comments | « src/compiler/simplified-operator-reducer.cc ('k') | test/compiler-unittests/change-lowering-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698