]> granicus.if.org Git - clang/commit
Since isComplexType() no longer returns true for _Complex integers, the code
authorChris Lattner <sabre@nondot.org>
Fri, 4 Apr 2008 16:54:41 +0000 (16:54 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 4 Apr 2008 16:54:41 +0000 (16:54 +0000)
commit9b2dc287177394a8f73833e2ad4f7ca8cd6f22bb
treeb1fde547077d020b5141ca5c5d54c2388587586c
parentf23d364084d1aabea688222780d6fc1dd8c7f78c
Since isComplexType() no longer returns true for _Complex integers, the code
generator needs to call isAnyComplexType().  This fixes PR1960.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49220 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGExprComplex.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CGStmt.cpp
test/CodeGen/complex.c