Re: STRIP NOPS Question
On Thu, Oct 16, 2008 at 7:12 AM, Balaji V. Iyer <[EMAIL PROTECTED]> wrote: > Hello Everyone, >In GCC I found a MACRO called STRIP_NOPS and it is defined as the > following: > > #define STRIP_NOPS(EXP) \ > while ((TREE_CODE (EXP) == NOP_EXPR
STRIP NOPS Question
Hello Everyone, In GCC I found a MACRO called STRIP_NOPS and it is defined as the following: #define STRIP_NOPS(EXP) \ while ((TREE_CODE (EXP) == NOP_EXPR \ || TREE_CODE (EXP) == CONVERT_EXPR\