]> granicus.if.org Git - clang/commit
AppendBitField really can never fail, so return its return value.
authorChris Lattner <sabre@nondot.org>
Mon, 5 Jul 2010 17:04:23 +0000 (17:04 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Jul 2010 17:04:23 +0000 (17:04 +0000)
commit1880666c13b909f858ddec9c2a7784c5a0c04041
treef3779a873fa8263f964df86b7c605d62ad3e44cb
parentc8f9af2943699ff623ca08f2e5ed4d72e0351189
AppendBitField really can never fail, so return its return value.
Everyone knows that no bugs are ever possible with bitfields.

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