]> granicus.if.org Git - clang/commit
Use the Arg variable rather than re-computing it. This also silences GCC's
authorChandler Carruth <chandlerc@gmail.com>
Tue, 2 Feb 2010 12:15:55 +0000 (12:15 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 2 Feb 2010 12:15:55 +0000 (12:15 +0000)
commit878b55ce6cbbf62461c796163f586cc75202f7d4
tree28f9bd62c76f22513f289fd3689fbb8536306c0e
parent68c6c9a21e2d9d587477e07522fe55769d3aa26a
Use the Arg variable rather than re-computing it. This also silences GCC's
unused variable warning.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95085 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprConstant.cpp