[llvm-commits] [llvm] r46108 - in /llvm/trunk: lib/Transforms/IPO/ArgumentPromotion.cpp test/Transforms/ArgumentPromotion/attrs.ll
Duncan Sands
duncan.sands at math.u-psud.fr
Thu Jan 17 01:45:02 PST 2008
Hi Chris,
> Fix arg promotion to propagate the correct attrs on the calls to
> promoted functions. This is important for varargs calls in
> particular. Thanks to duncan for providing a great testcase.
you forgot about attributes on the function return value.
Ciao,
Duncan.
More information about the llvm-commits
mailing list