From 814e5197439fbf2b404e8e66f3c6dd6e5ed39776 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 13 Mar 2024 22:42:58 +0900 Subject: perf: make *Addr/*Idx to primitive int --- src/Execution/ControlFlowResults/Br.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Execution/ControlFlowResults') diff --git a/src/Execution/ControlFlowResults/Br.php b/src/Execution/ControlFlowResults/Br.php index 8ca7ff3..a9c78b7 100644 --- a/src/Execution/ControlFlowResults/Br.php +++ b/src/Execution/ControlFlowResults/Br.php @@ -5,12 +5,11 @@ declare(strict_types=1); namespace Nsfisis\Waddiwasi\Execution\ControlFlowResults; use Nsfisis\Waddiwasi\Execution\ControlFlowResult; -use Nsfisis\Waddiwasi\Structure\Types\LabelIdx; final readonly class Br extends ControlFlowResult { protected function __construct( - public LabelIdx $label, + public int $label, ) { } } -- cgit v1.2.3-70-g09d2