linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] remove definition of removed OP_{AND,OR}_BOOL
@ 2020-10-06 16:34 Luc Van Oostenryck
  0 siblings, 0 replies; only message in thread
From: Luc Van Oostenryck @ 2020-10-06 16:34 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

These instructions have been removed years ago, in 2016
but the corresponding opcode defines have been forgotten.

So remove them now.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
---
 opcode.def | 2 --
 1 file changed, 2 deletions(-)

diff --git a/opcode.def b/opcode.def
index 7959efaf64d4..1401d988d73a 100644
--- a/opcode.def
+++ b/opcode.def
@@ -33,8 +33,6 @@ OPCODE(FMUL,            BADOP,    BADOP,    BADOP, 2, OPF_TARGET)
 OPCODE(FDIV,            BADOP,    BADOP,    BADOP, 2, OPF_TARGET)
 
 /* Logical */
-OPCODE(AND_BOOL,        BADOP,    BADOP,    BADOP, 2, OPF_TARGET)
-OPCODE(OR_BOOL,         BADOP,    BADOP,    BADOP, 2, OPF_TARGET)
 OPCODE(AND,             BADOP,    BADOP,    BADOP, 2, OPF_TARGET)
 OPCODE(OR,              BADOP,    BADOP,    BADOP, 2, OPF_TARGET)
 OPCODE(XOR,             BADOP,    BADOP,    BADOP, 2, OPF_TARGET)
-- 
2.28.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-06 16:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-06 16:34 [PATCH] remove definition of removed OP_{AND,OR}_BOOL Luc Van Oostenryck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).