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

Unified Diff: runtime/vm/regexp_assembler.h

Issue 1739173002: Remove left-over compiler-code from precompiled runtime. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 | « runtime/vm/dart.cc ('k') | runtime/vm/regexp_assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/regexp_assembler.h
diff --git a/runtime/vm/regexp_assembler.h b/runtime/vm/regexp_assembler.h
index 5d0ee4706e72b9a2b8d02903e72dd298be5152ab..efd53c56dc96f8c297882bbb27d680e1a524176d 100644
--- a/runtime/vm/regexp_assembler.h
+++ b/runtime/vm/regexp_assembler.h
@@ -19,11 +19,7 @@ void PrintUtf16(uint16_t c);
class BlockLabel : public ValueObject {
// Used by the IR assembler.
public:
- BlockLabel()
- : block_(new JoinEntryInstr(-1, -1)),
- is_bound_(false),
- is_linked_(false),
- pos_(-1) { }
+ BlockLabel();
JoinEntryInstr* block() const { return block_; }
« no previous file with comments | « runtime/vm/dart.cc ('k') | runtime/vm/regexp_assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698