diff options
| author | 2014-12-02 12:28:11 +0000 | |
|---|---|---|
| committer | 2014-12-02 12:28:12 +0000 | |
| commit | 68af004aa1e8c82ddb503261c5e3080238e77b59 (patch) | |
| tree | 08851014d687b0e08accfdc2f1553a89789b4fd4 /compiler/optimizing/linearize_test.cc | |
| parent | 10a573a1f8708dbe2bcb7835341cbd8e9606af63 (diff) | |
| parent | f537012ceb6cba8a78b36a5065beb9588451a250 (diff) | |
Merge "Treat SSA transformation special, as we may have to bailout."
Diffstat (limited to 'compiler/optimizing/linearize_test.cc')
| -rw-r--r-- | compiler/optimizing/linearize_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/linearize_test.cc b/compiler/optimizing/linearize_test.cc index c49cf7e03f..28ca5e81e6 100644 --- a/compiler/optimizing/linearize_test.cc +++ b/compiler/optimizing/linearize_test.cc @@ -44,7 +44,7 @@ static void TestCode(const uint16_t* data, const int* expected_order, size_t num graph->BuildDominatorTree(); graph->TransformToSSA(); - graph->FindNaturalLoops(); + graph->AnalyzeNaturalLoops(); x86::CodeGeneratorX86 codegen(graph); SsaLivenessAnalysis liveness(*graph, &codegen); |