aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Numeric/I64Ne.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Numeric/I64Ne.php')
-rw-r--r--src/Structure/Instructions/Instrs/Numeric/I64Ne.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/Structure/Instructions/Instrs/Numeric/I64Ne.php b/src/Structure/Instructions/Instrs/Numeric/I64Ne.php
deleted file mode 100644
index 7c634bb..0000000
--- a/src/Structure/Instructions/Instrs/Numeric/I64Ne.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-declare(strict_types=1);
-
-namespace Nsfisis\Waddiwasi\Structure\Instructions\Instrs\Numeric;
-
-use Nsfisis\Waddiwasi\Structure\Instructions\Instr;
-
-final readonly class I64Ne extends Instr
-{
- public static function opName(): string
- {
- return "i64.ne";
- }
-}