diff options
author | 2016-03-22 16:38:18 +0000 | |
---|---|---|
committer | 2016-03-22 16:38:18 +0000 | |
commit | 6fa06e6f5a92cd318021afad9b036126438b2de4 (patch) | |
tree | d48878a61532d4d901d5f31c18c569cc6234242d /compiler/optimizing/graph_checker.h | |
parent | 2a07b80dfbfb869aabe96c88b10e07d26c0ce137 (diff) | |
parent | 937e6cd515bbe7ff2f255c8fcd40bf1a575a9a16 (diff) |
Merge "Tighten art::HNeg type constraints on its input."
Diffstat (limited to 'compiler/optimizing/graph_checker.h')
-rw-r--r-- | compiler/optimizing/graph_checker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/graph_checker.h b/compiler/optimizing/graph_checker.h index 8da8457859..27d5621887 100644 --- a/compiler/optimizing/graph_checker.h +++ b/compiler/optimizing/graph_checker.h @@ -59,6 +59,7 @@ class GraphChecker : public HGraphDelegateVisitor { void VisitInstanceOf(HInstanceOf* check) OVERRIDE; void VisitInvokeStaticOrDirect(HInvokeStaticOrDirect* invoke) OVERRIDE; void VisitLoadException(HLoadException* load) OVERRIDE; + void VisitNeg(HNeg* instruction) OVERRIDE; void VisitPackedSwitch(HPackedSwitch* instruction) OVERRIDE; void VisitReturn(HReturn* ret) OVERRIDE; void VisitReturnVoid(HReturnVoid* ret) OVERRIDE; |