commit | ff0ac4772d489d8780bbb6bb271dc6d5333cca7c | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Thu Oct 02 17:24:53 2014 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Thu Oct 02 17:24:53 2014 +0100 |
tree | 81674499f2657395263b2a8ad63aa2e0ed0f3caf | |
parent | 6e301ec84ff8cd55a29386cff9b3b00d51675b64 [diff] [blame] |
Remove all uses of MIR_INLINED. They are not needed since https://android-review.googlesource.com/103763 Change-Id: I1dffe5e219db615be9d9aaceb72ad9bd7c69b58e
diff --git a/compiler/dex/mir_dataflow.cc b/compiler/dex/mir_dataflow.cc index 246ae44..51b6709 100644 --- a/compiler/dex/mir_dataflow.cc +++ b/compiler/dex/mir_dataflow.cc
@@ -1163,7 +1163,7 @@ if (!MIR::DecodedInstruction::IsPseudoMirOp(mir->dalvikInsn.opcode)) { int flags = mir->dalvikInsn.FlagsOf(); - if ((flags & Instruction::kInvoke) != 0 && (mir->optimization_flags & MIR_INLINED) == 0) { + if ((flags & Instruction::kInvoke) != 0) { attributes_ &= ~METHOD_IS_LEAF; } }