[llvm-commits] [llvm-gcc-4.2] r46191 - in /llvm-gcc-4.2/trunk/gcc: config/i386/i386-protos.h config/i386/i386.c config/i386/i386.h config/i386/llvm-i386-target.h config/i386/llvm-i386.cpp llvm-abi.h
Duncan Sands
baldrick at free.fr
Sat Jan 19 00:52:38 PST 2008
Hi Evan,
> +#ifndef LLVM_SHOULD_PASS_AGGREGATE_USING_BYVAL_ATTR(X)
the (X) should not be on the end of an ifdef/ifndef line.
Otherwise you get compiler warnings.
> +#ifndef LLVM_SHOULD_PASS_AGGREGATE_IN_MIXED_REGS(T, E)
Likewise.
Best wishes,
Duncan.
More information about the llvm-commits
mailing list