diff options
| author | 2015-10-06 12:48:56 +0000 | |
|---|---|---|
| committer | 2015-10-06 12:48:56 +0000 | |
| commit | 3b6b587934659bc4428557ac174ccce3731fd91a (patch) | |
| tree | 4ef321e302c80d5be3e132650dc592ee16f58958 /compiler/optimizing/builder.h | |
| parent | f82baa912a4c05a39f953826a45c0617dd2e78ff (diff) | |
| parent | 98893e146b0ff0e1fd1d7c29252f1d1e75a163f2 (diff) | |
Merge "Add support for unresolved classes in optimizing."
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, |