]> granicus.if.org Git - clang/commit
Instead of checking against some version of "isType()" go ahead and
authorEric Christopher <echristo@gmail.com>
Thu, 18 Jul 2013 00:52:50 +0000 (00:52 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 18 Jul 2013 00:52:50 +0000 (00:52 +0000)
commitb2d139257d8e6d546622627b6d0b48ef7953230f
treeb5f1049e9640d08d9bb0eb218fbb20de2d28fea8
parent0a10323b338b432c806bcc03f247fbb501421d62
Instead of checking against some version of "isType()" go ahead and
use the conversion to bool to check if we've managed to get a type
that isn't default constructed - as we meant to in the first place.

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