diff options
author | 2015-12-01 14:58:23 +0000 | |
---|---|---|
committer | 2015-12-02 10:48:16 +0000 | |
commit | f64242a30c6e05a8e4302a64eab4bcc28297dc9e (patch) | |
tree | 98cbceab543c81f523c5bb676e10853ddfbc9881 /compiler/optimizing/nodes.h | |
parent | b1aa617639c01c0dffaafd1641e0304ad179b6a2 (diff) |
Optimizing: Add checker tests for sharpening.
This is a follow-up to
https://android-review.googlesource.com/184116 .
Change-Id: Ib03c424fb673afc5ccce15d7d072b7572b47799a
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r-- | compiler/optimizing/nodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index 441aa0493a..6c3e6f4a25 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -3622,6 +3622,7 @@ class HInvokeStaticOrDirect : public HInvoke { DISALLOW_COPY_AND_ASSIGN(HInvokeStaticOrDirect); }; +std::ostream& operator<<(std::ostream& os, HInvokeStaticOrDirect::MethodLoadKind rhs); std::ostream& operator<<(std::ostream& os, HInvokeStaticOrDirect::ClinitCheckRequirement rhs); class HInvokeVirtual : public HInvoke { |