]> granicus.if.org Git - clang/commit
Add braces to avoid an ambiguous else, fixing a GCC warning.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 21 May 2010 10:29:28 +0000 (10:29 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 21 May 2010 10:29:28 +0000 (10:29 +0000)
commitf54b80f2348ff49bedf4081ccd2f60e5d63a26c6
treed33ea34e97f46aa63b82a9d0307877062d077f26
parentee5042903d53fa7b0fbc1902d0ea07d57c7775b1
Add braces to avoid an ambiguous else, fixing a GCC warning.

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