diff options
| author | 2014-01-02 09:44:23 +0000 | |
|---|---|---|
| committer | 2014-01-02 16:44:08 +0000 | |
| commit | 5115473c81ec855a5646a5f755afb26aa7f2b1e9 (patch) | |
| tree | 5c2093baffdac8ecd62d08412202a7319689df89 /compiler/dex/quick/codegen_util.cc | |
| parent | a72a4b4d7d1d32913f44f07db7c5744905f81f54 (diff) | |
Fix oatdump "compilercallbacks" option for runtime.
The "compilercallbacks" runtime option replaced "compiler"
in I708ca13227c809e07917ff3879a89722017e83a9 .
Fix a comment in codegen_util.cc .
Change-Id: I2c5ebd56dd96f0ee8e62b602bfe45357565471ff
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. |