diff options
| author | John McCall <rjmccall@apple.com> | 2009-10-16 00:14:28 +0000 |
|---|---|---|
| committer | John McCall <rjmccall@apple.com> | 2009-10-16 00:14:28 +0000 |
| commit | c5b8225285fb47be39fe0af7f3339844e39f2d35 (patch) | |
| tree | ad3e9f0289502d0bfd4271a29dad4ba82184b77c /clang/lib/CodeGen | |
| parent | dae45e90797558506785c07c318ec1f645a0871a (diff) | |
| download | bcm5719-llvm-c5b8225285fb47be39fe0af7f3339844e39f2d35.tar.gz bcm5719-llvm-c5b8225285fb47be39fe0af7f3339844e39f2d35.zip | |
Remove the ConstantArrayType subtypes. This information is preserved in the
TypeLoc records for declarations; it should not be necessary to represent it
directly in the type system.
Please complain if you were using these classes and feel you can't replicate
previous functionality using the TypeLoc API.
llvm-svn: 84222
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 4c624205b4c..0e7318c6b77 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -846,8 +846,6 @@ llvm::DIType CGDebugInfo::CreateTypeNode(QualType Ty, Unit); case Type::ConstantArray: - case Type::ConstantArrayWithExpr: - case Type::ConstantArrayWithoutExpr: case Type::VariableArray: case Type::IncompleteArray: return CreateType(cast<ArrayType>(Ty), Unit); |

