summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-05-08 18:56:42 +0000
committerEric Christopher <echristo@apple.com>2012-05-08 18:56:42 +0000
commit40d057fd7d5e0a8450794c2833018a813b8af496 (patch)
tree2a0b283c5659d7324e1d0a20d2a72f8c028f68fa /clang/lib/CodeGen
parent4d25052a9a0a444863caef114b4f7cb4a2d7654a (diff)
downloadbcm5719-llvm-40d057fd7d5e0a8450794c2833018a813b8af496.tar.gz
bcm5719-llvm-40d057fd7d5e0a8450794c2833018a813b8af496.zip
Whitespace.
llvm-svn: 156406
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index 0567bf10e43..a546d6b8076 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -1457,7 +1457,6 @@ llvm::DIType CGDebugInfo::CreateType(const ArrayType *Ty,
uint64_t Size;
uint64_t Align;
-
// FIXME: make getTypeAlign() aware of VLAs and incomplete array types
if (const VariableArrayType *VAT = dyn_cast<VariableArrayType>(Ty)) {
Size = 0;
OpenPOWER on IntegriCloud