Make sure that if we're going to attempt to add a type to a DIE that
[oota-llvm.git] / lib / IR / DIBuilder.cpp
index 3005f777426850a66a1aeaebcd8d54f28b2e0655..e36d0288992a553efda619c04fe756b4d9ded043 100644 (file)
@@ -759,7 +759,6 @@ DICompositeType DIBuilder::createArrayType(uint64_t Size, uint64_t AlignInBits,
 /// createVectorType - Create debugging information entry for a vector.
 DICompositeType DIBuilder::createVectorType(uint64_t Size, uint64_t AlignInBits,
                                             DIType Ty, DIArray Subscripts) {
-
   // A vector is an array type with the FlagVector flag applied.
   Value *Elts[] = {
     GetTagConstant(VMContext, dwarf::DW_TAG_array_type),