diff options
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
| -rw-r--r-- | compiler/dex/quick/codegen_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc index 65286d5d2f..29554c0977 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -1003,7 +1003,7 @@ void Mir2Lir::Materialize() { /* * Custom codegen for special cases. If for any reason the - * special codegen doesn't succeed, first_lir_insn_ will + * special codegen doesn't succeed, first_lir_insn_ will be * set to NULL; */ // TODO: Clean up GenSpecial() and return true only if special implementation is emitted. |