commit | 23a8188a8deb715d4b9f88b7644474182ae5bedd | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Mon Jun 01 18:12:38 2015 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Jun 01 18:12:38 2015 +0100 |
tree | 34b4d68d3264658dbc37ef5a57a37005c3f99954 | |
parent | 45fc7d43e614491a3c436838588b19e4b94e4ccd [diff] [blame] |
Fix gtest by adding fake lifetime positions. Change-Id: I7cd89143103ac3e372406dff5d3837c9d91bb00d
diff --git a/compiler/optimizing/ssa_liveness_analysis.h b/compiler/optimizing/ssa_liveness_analysis.h index 4cbe29a..4667825 100644 --- a/compiler/optimizing/ssa_liveness_analysis.h +++ b/compiler/optimizing/ssa_liveness_analysis.h
@@ -1219,6 +1219,7 @@ size_t number_of_ssa_values_; ART_FRIEND_TEST(RegisterAllocatorTest, SpillInactive); + ART_FRIEND_TEST(RegisterAllocatorTest, FreeUntil); DISALLOW_COPY_AND_ASSIGN(SsaLivenessAnalysis); };