Fix presubmit error.
TBR=whesse@chromium.org Review URL: http://codereview.chromium.org/7470016 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8743 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
41ac29d0f4
commit
6c58013b36
@ -749,8 +749,7 @@ void HGraph::AssignDominators() {
|
||||
|
||||
// Mark all blocks that are dominated by an unconditional soft deoptimize to
|
||||
// prevent code motion across those blocks.
|
||||
void HGraph::PropagateDeoptimizingMark()
|
||||
{
|
||||
void HGraph::PropagateDeoptimizingMark() {
|
||||
HPhase phase("Propagate deoptimizing mark", this);
|
||||
MarkAsDeoptimizingRecursively(entry_block());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user