commit | ec7e4727e99aa1416398ac5a684f5024817a25c7 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Fri Jun 06 11:24:33 2014 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Jun 09 08:59:02 2014 +0100 |
tree | 3ad51887c890b5cbebf1ae8e4afec8d93b485168 | |
parent | 7a6b77f9a694ea4569fbf44493fdcaeea237a8be [diff] [blame] |
Fix some bugs in graph construction/simplification methods. Also fix a brano during SSA construction. The code should not have been commented out. Added a test to cover what the code intends. Change-Id: Ia00ae79dcf75eb0d412f07649d73e7f94dbfb6f0
diff --git a/compiler/optimizing/ssa_liveness_analysis.h b/compiler/optimizing/ssa_liveness_analysis.h index 4d56e1f..733535e 100644 --- a/compiler/optimizing/ssa_liveness_analysis.h +++ b/compiler/optimizing/ssa_liveness_analysis.h
@@ -99,7 +99,7 @@ HInstruction* GetUser() const { return user_; } - void Dump(std::ostream& stream) { + void Dump(std::ostream& stream) const { stream << position_; }