On 4/25/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > > On Apr 25, 2007, at 9:56 AM, Bill wrote: > > > On 4/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> #undef MOVE_BY_PIECES_P > >> -#define MOVE_BY_PIECES_P(SIZE, ALIGN) ((SIZE-SIZE)+(ALIGN-ALIGN)) > >> +#define MOVE_BY_PIECES_P(SIZE, ALIGN) (0*(SIZE)*(ALIGN)) > >> > > Why not just make it: > > > > #define MOVE_BY_PIECES_P(SIZE, ALIGN) 0 > > > > ? > > That would be way too logical. Unfortunately, doing that causes > "unused value" warnings to be emitted. > Ah! I got ya.
Ick. -bw _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits