| Index: runtime/vm/intermediate_language_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language_ia32.cc (revision 21581)
|
| +++ runtime/vm/intermediate_language_ia32.cc (working copy)
|
| @@ -2023,7 +2023,7 @@
|
|
|
| // Check if the instantiator type argument vector is a TypeArguments of a
|
| // matching length and, if so, use it as the instantiated type_arguments.
|
| - // No need to check the instantiator (RAX) for null here, because a null
|
| + // No need to check the instantiator for null here, because a null
|
| // instantiator will have the wrong class (Null instead of TypeArguments).
|
| __ CompareClassId(instantiator_reg, kTypeArgumentsCid, temp_reg);
|
| __ j(NOT_EQUAL, &done, Assembler::kNearJump);
|
|
|