From 68f7caffe7a2e7d728d5447b28cf8c422be46748 Mon Sep 17 00:00:00 2001 From: Santiago Aboy Solanes Date: Mon, 11 Mar 2024 09:31:10 +0000 Subject: Make sure there are no lone UNREACHABLEs Either remove them, or add a LOG(FATAL) before them. Bug: 328756212 Test: art/test/testrunner/testrunner.py --host --64 --optimizing -b Test: m test-art-host-gtest Change-Id: Ibf2bddb0a4add5a844a515a040b3751acc7faf84 --- compiler/optimizing/loop_optimization.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/optimizing/loop_optimization.h') diff --git a/compiler/optimizing/loop_optimization.h b/compiler/optimizing/loop_optimization.h index 86a9f0fcb8..2bf32ac095 100644 --- a/compiler/optimizing/loop_optimization.h +++ b/compiler/optimizing/loop_optimization.h @@ -108,6 +108,7 @@ class HLoopOptimization : public HOptimization { * Vectorization mode during synthesis * (sequential peeling/cleanup loop or vector loop). */ + // TODO(solanes): Change this into enum class enum VectorMode { kSequential, kVector -- cgit v1.2.3-59-g8ed1b