commit | f418f3227e0001c8d75257ceff0c248cc406d81a | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Wed Jul 09 14:45:36 2014 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Wed Jul 09 16:15:41 2014 +0100 |
tree | 7d4ce6073a92d8d99bcb6af5b9df6725438cff97 | |
parent | 62f28f943e2da2873c7a09096c292f01a21c6478 [diff] [blame] |
Handle potential <clinit>() correctly in LVN. Bug: 16177324 Change-Id: I727ab6ce9aa9a608fe570cf391a6b732a12a8655
diff --git a/compiler/dex/local_value_numbering.h b/compiler/dex/local_value_numbering.h index 2a815be..45700df 100644 --- a/compiler/dex/local_value_numbering.h +++ b/compiler/dex/local_value_numbering.h
@@ -269,6 +269,7 @@ void HandleIPut(MIR* mir, uint16_t opcode); uint16_t HandleSGet(MIR* mir, uint16_t opcode); void HandleSPut(MIR* mir, uint16_t opcode); + void HandleInvokeOrClInit(MIR* mir); CompilationUnit* const cu_;