Ian Lance Taylor Mon, 26 Feb 2007 21:47:28 -0800
Revital1 Eres <[EMAIL PROTECTED]> writes: > I appreciate it if someone could tell me how I can create a -0 RTX > expression (like CONST0_RTX)?
The easy way is something along the lines of: simplify_gen_unary (NEG, mode, CONST0_RTX (mode), mode) Ian