Make compile-i386.c create pseudo-code for the logical binops.
commite40ca10a3cfd63bd1a67f223fb9c09fc0799ecea
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 2 Aug 2004 19:17:27 +0000 (2 12:17 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:32 +0000 (7 21:02 -0700)
treeabd7f27f6b7fbc3face277741ea8563897024caf
parent6a3ec70c8299ce299899fbcf703006139ce438b3
Make compile-i386.c create pseudo-code for the logical binops.

It gets them wrong right now: we can't just use "and" and "or",
we need to convert to canonical logical form (0/1) too.

But it's documentation.
compile-i386.c