diff options
author | 2018-03-26 21:16:37 +0000 | |
---|---|---|
committer | 2018-03-26 21:16:37 +0000 | |
commit | d1ede32d56d2b6c95f94a8c67d8b9f309940d9de (patch) | |
tree | 1aa42a51731533c9d554a913e655b8091fc6829d /compiler/optimizing/graph_checker.h | |
parent | 41a10575b319ca9549d7b3e8a9fe91c1cc602659 (diff) | |
parent | 3fbd3ad99fad077e5c760e7238bcd55b07d4c06e (diff) |
Merge "Revert^3 "Compiler changes for bitstring based type checks.""
Diffstat (limited to 'compiler/optimizing/graph_checker.h')
-rw-r--r-- | compiler/optimizing/graph_checker.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/optimizing/graph_checker.h b/compiler/optimizing/graph_checker.h index dbedc40518..0f0b49d240 100644 --- a/compiler/optimizing/graph_checker.h +++ b/compiler/optimizing/graph_checker.h @@ -71,12 +71,6 @@ class GraphChecker : public HGraphDelegateVisitor { void VisitTryBoundary(HTryBoundary* try_boundary) OVERRIDE; void VisitTypeConversion(HTypeConversion* instruction) OVERRIDE; - void CheckTypeCheckBitstringInput(HTypeCheckInstruction* check, - size_t input_pos, - bool check_value, - uint32_t expected_value, - const char* name); - void HandleTypeCheckInstruction(HTypeCheckInstruction* instruction); void HandleLoop(HBasicBlock* loop_header); void HandleBooleanInput(HInstruction* instruction, size_t input_index); |