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

Issue 10693122: Rename the successor field of instruction to next. (Closed)

Created:
8 years, 5 months ago by Kevin Millikin (Google)
Modified:
8 years, 5 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Rename the successor field of instruction to next. Renaming only change to use a name parallel to 'previous'. R=vegorov@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=9464

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -68 lines) Patch
M runtime/vm/flow_graph_builder.cc View 14 chunks +24 lines, -24 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/il_printer.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language.h View 7 chunks +16 lines, -16 lines 1 comment Download
M runtime/vm/intermediate_language.cc View 3 chunks +16 lines, -15 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Google)
8 years, 5 months ago (2012-07-09 11:36:30 UTC) #1
Vyacheslav Egorov (Google)
lgtm
8 years, 5 months ago (2012-07-09 11:38:05 UTC) #2
srdjan
8 years, 5 months ago (2012-07-09 17:08:25 UTC) #3
DBC

https://chromiumcodereview.appspot.com/10693122/diff/1/runtime/vm/intermediat...
File runtime/vm/intermediate_language.h (right):

https://chromiumcodereview.appspot.com/10693122/diff/1/runtime/vm/intermediat...
runtime/vm/intermediate_language.h:1764: ASSERT(!IsPhi());
Why not make this virtual and make this UNREACHABLE for the instructions?

Powered by Google App Engine
This is Rietveld 408576698