]> granicus.if.org Git - clang/commit
Silence an unused variable warning during release builds by folding the
authorChandler Carruth <chandlerc@gmail.com>
Mon, 15 Nov 2010 13:54:43 +0000 (13:54 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 15 Nov 2010 13:54:43 +0000 (13:54 +0000)
commit858a546d8fe73b07f2296313bef2e30445ea164b
tree6555d45a1ec5e89a2c25eee3ff270a9bd54625eb
parent0c6d28d6742de6e250560336048fcf545df4d448
Silence an unused variable warning during release builds by folding the
expression into the assert.

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