diff options
Diffstat (limited to 'compiler/optimizing/ssa_test.cc')
| -rw-r--r-- | compiler/optimizing/ssa_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/ssa_test.cc b/compiler/optimizing/ssa_test.cc index 6174dd49a1..6b6bf05053 100644 --- a/compiler/optimizing/ssa_test.cc +++ b/compiler/optimizing/ssa_test.cc @@ -87,7 +87,7 @@ static void TestCode(const uint16_t* data, const char* expected) { // Suspend checks implementation may change in the future, and this test relies // on how instructions are ordered. RemoveSuspendChecks(graph); - graph->TransformToSSA(); + graph->TransformToSsa(); ReNumberInstructions(graph); // Test that phis had their type set. |