[cfe-commits] r95085 - /cfe/trunk/lib/CodeGen/CGExprConstant.cpp
John McCall
rjmccall at apple.com
Tue Feb 2 10:13:45 PST 2010
On Feb 2, 2010, at 4:15 AM, Chandler Carruth wrote:
> Author: chandlerc
> Date: Tue Feb 2 06:15:55 2010
> New Revision: 95085
>
> URL: http://llvm.org/viewvc/llvm-project?rev=95085&view=rev
> Log:
> Use the Arg variable rather than re-computing it. This also silences GCC's
> unused variable warning.
Whoops, thanks!
John.
More information about the cfe-commits
mailing list