From 63107a804ce17db9789051e1fe310d99d1dae1cb Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Mon, 29 Jun 2015 11:43:16 +0000 Subject: Revert "Do not update the type of something we already know." This reverts commit 30eb58c548bee08468f68eb140a74a51dd7d9b43. Change-Id: Icd959e868160fc3ee7031dd2927554ac5b21d40f --- compiler/optimizing/graph_checker.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'compiler/optimizing/graph_checker.h') 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; -- cgit v1.2.3-59-g8ed1b