diff options
author | 2015-06-29 11:43:16 +0000 | |
---|---|---|
committer | 2015-06-29 11:43:16 +0000 | |
commit | 63107a804ce17db9789051e1fe310d99d1dae1cb (patch) | |
tree | 6c63aac8871de4143ee37f2a513023f1247b2117 /compiler/optimizing/graph_checker.h | |
parent | 30eb58c548bee08468f68eb140a74a51dd7d9b43 (diff) |
Revert "Do not update the type of something we already know."
This reverts commit 30eb58c548bee08468f68eb140a74a51dd7d9b43.
Change-Id: Icd959e868160fc3ee7031dd2927554ac5b21d40f
Diffstat (limited to 'compiler/optimizing/graph_checker.h')
-rw-r--r-- | compiler/optimizing/graph_checker.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/optimizing/graph_checker.h b/compiler/optimizing/graph_checker.h index 7c72e23e2d..bafa69d422 100644 --- a/compiler/optimizing/graph_checker.h +++ b/compiler/optimizing/graph_checker.h @@ -48,10 +48,6 @@ class GraphChecker : public HGraphDelegateVisitor { // Check that the HasBoundsChecks() flag is set for bounds checks. void VisitBoundsCheck(HBoundsCheck* check) OVERRIDE; - // Check that HCheckCast and HInstanceOf have HLoadClass as second input. - void VisitCheckCast(HCheckCast* check) OVERRIDE; - void VisitInstanceOf(HInstanceOf* check) OVERRIDE; - // Check that the Return and ReturnVoid jump to the exit block. void VisitReturn(HReturn* ret) OVERRIDE; void VisitReturnVoid(HReturnVoid* ret) OVERRIDE; |