commit | 29a2648821ea4d0b5d3aecb9f835822fdfe6faa1 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Fri May 02 15:27:29 2014 -0700 |
committer | Ian Rogers <irogers@google.com> | Fri May 02 15:35:19 2014 -0700 |
tree | 2eb972b2b006e4d2842c8cf6a1d6631f90a39249 | |
parent | dbb8727b0b3ae73e84fb8db55e051336d6222add [diff] [blame] |
Move DecodedInstruction into MIR. Change-Id: I188dc7fef4f4033361c78daf2015b869242191c6
diff --git a/compiler/dex/mir_optimization.cc b/compiler/dex/mir_optimization.cc index 72c46cc..9f15cd4 100644 --- a/compiler/dex/mir_optimization.cc +++ b/compiler/dex/mir_optimization.cc
@@ -49,7 +49,7 @@ uint64_t df_attributes = GetDataFlowAttributes(mir); - DecodedInstruction *d_insn = &mir->dalvikInsn; + MIR::DecodedInstruction* d_insn = &mir->dalvikInsn; if (!(df_attributes & DF_HAS_DEFS)) continue;