diff options
author | 2015-10-02 21:05:03 +0100 | |
---|---|---|
committer | 2015-10-06 13:42:55 +0100 | |
commit | 98893e146b0ff0e1fd1d7c29252f1d1e75a163f2 (patch) | |
tree | a14bb10d039fcee10a7e0cacb494bb60d08b2039 /compiler/optimizing/builder.h | |
parent | 7b5c395e9a50f988ca2275a429df17b6abbcc475 (diff) |
Add support for unresolved classes in optimizing.
Change-Id: I0e299a81e560eb9cb0737ec46125dffc99333b54
Diffstat (limited to 'compiler/optimizing/builder.h')
-rw-r--r-- | compiler/optimizing/builder.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/optimizing/builder.h b/compiler/optimizing/builder.h index b2dc24169e..6910d5195c 100644 --- a/compiler/optimizing/builder.h +++ b/compiler/optimizing/builder.h @@ -236,8 +236,7 @@ class HGraphBuilder : public ValueObject { uint32_t dex_pc); // Builds a `HInstanceOf`, or a `HCheckCast` instruction. - // Returns whether we succeeded in building the instruction. - bool BuildTypeCheck(const Instruction& instruction, + void BuildTypeCheck(const Instruction& instruction, uint8_t destination, uint8_t reference, uint16_t type_index, |