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

Unified Diff: src/compiler/scheduler.cc

Issue 619613002: fix nacl build after r24308 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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 | « no previous file | src/compiler/verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/scheduler.cc
diff --git a/src/compiler/scheduler.cc b/src/compiler/scheduler.cc
index add00add131ddc37e18e6a57b0db43b001cf1889..8cc1e78eaccd39faa6d40acd6b7860fccb2be416 100644
--- a/src/compiler/scheduler.cc
+++ b/src/compiler/scheduler.cc
@@ -345,7 +345,7 @@ void Scheduler::GenerateImmediateDominatorTree() {
++current_pred;
}
current_rpo->set_dominator(dominator);
- Trace("Block %d's idom is %d\n", current_rpo->id(),
+ Trace("Block %d's idom is %d\n", current_rpo->id().ToInt(),
dominator->id().ToInt());
}
}
« no previous file with comments | « no previous file | src/compiler/verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698