commit | 1eff08ca71599e3be92469db8b98ca6f8757ced5 | [log] [tgz] |
---|---|---|
author | Ian Zerny <zerny@google.com> | Thu Jan 17 15:55:30 2019 +0100 |
committer | Ian Zerny <zerny@google.com> | Thu Jan 17 15:55:30 2019 +0100 |
tree | 99c376d4c41320f01fe4a42cfad7f6fed0dbd5cb | |
parent | 25309be766d187fbb4ca66ad841811aecf818dbd [diff] |
Don't allow fill-array-data in consistency check. This cannot happen after fixing b/122887884. Change-Id: If3bc7fdb177eb1f41247b2d63656bab98c50e5b8
diff --git a/src/main/java/com/android/tools/r8/ir/code/IRCode.java b/src/main/java/com/android/tools/r8/ir/code/IRCode.java index 8e0d572..773a648 100644 --- a/src/main/java/com/android/tools/r8/ir/code/IRCode.java +++ b/src/main/java/com/android/tools/r8/ir/code/IRCode.java
@@ -668,7 +668,6 @@ assert instruction.isDebugInstruction() || instruction.isJumpInstruction() || instruction.isConstInstruction() - || instruction.isNewArrayFilledData() || instruction.isStore() || instruction.isPop(); }