commit | 9ebc72c99e6b703bda611d7c918c9cf3dfb43e55 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu Sep 25 16:33:42 2014 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Thu Sep 25 16:33:42 2014 +0100 |
tree | 6696e6e51dbe2606d2b2e0c0c60dfec06af97e60 | |
parent | a72cb229d555a8ca86dca748733ea3791eaeec14 [diff] [blame] |
Make suspend checks note have side effects. Also adjust gtests. Change-Id: I5e1a3e53115812b45ec7f4b6f50ba468fa7ac6b1
diff --git a/compiler/optimizing/live_ranges_test.cc b/compiler/optimizing/live_ranges_test.cc index a81a30e..6184897 100644 --- a/compiler/optimizing/live_ranges_test.cc +++ b/compiler/optimizing/live_ranges_test.cc
@@ -233,6 +233,7 @@ ArenaPool pool; ArenaAllocator allocator(&pool); HGraph* graph = BuildGraph(data, &allocator); + RemoveSuspendChecks(graph); x86::CodeGeneratorX86 codegen(graph); SsaLivenessAnalysis liveness(*graph, &codegen); liveness.Analyze();