Sergei Barannikov
62ce560f68
[lldb] Remove some unreachable code (NFC) ( #190529 )
...
`isRISCV()` check always returns false because we only get here if
`min_op_byte_size` and `max_op_byte_size` are equal, which is not true
for RISC-V.
Also, replase `if (!got_op)` check with an `else`. The check is
equivalent to
`if (min_op_byte_size != max_op_byte_size)`, and the `if` above checks
for the opposite condition.
2026-04-07 00:32:17 +03:00
..
2026-03-27 20:22:48 +03:00
2026-04-01 13:30:25 +01:00
2026-04-07 00:32:17 +03:00
2026-04-03 16:11:23 +00:00
2026-04-03 16:11:23 +00:00
2026-02-19 18:48:31 -08:00
2026-02-17 21:48:22 -08:00
2026-03-27 20:22:48 +03:00
2026-02-10 19:43:29 +01:00
2026-04-05 10:41:47 -07:00
2026-04-03 16:11:23 +00:00
2025-08-20 14:33:27 -07:00
2026-03-30 08:39:52 +02:00
2026-04-05 18:39:44 +00:00
2026-02-12 22:21:27 -08:00
2026-04-05 10:41:47 -07:00
2026-04-05 10:41:47 -07:00
2026-03-11 10:46:55 -07:00
2026-03-09 13:04:08 -07:00
2026-03-07 20:35:25 +01:00
2026-04-05 10:41:47 -07:00
2026-03-18 16:31:33 -07:00
2026-04-06 21:21:47 +02:00
2026-04-03 16:11:23 +00:00
2026-03-17 09:30:25 +01:00
2026-02-19 18:48:31 -08:00
2026-02-25 08:05:12 +00:00
2026-04-03 16:11:23 +00:00
2026-03-11 10:46:55 -07:00
2026-04-05 10:41:47 -07:00
2025-12-03 10:43:48 +00:00
2026-02-12 09:09:47 -08:00