[llvm] r251364 - Fix indents. It's a follow up to r251353.
Ivan Krasin via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 15:35:41 PDT 2015
Author: krasin
Date: Mon Oct 26 17:35:40 2015
New Revision: 251364
URL: http://llvm.org/viewvc/llvm-project?rev=251364&view=rev
Log:
Fix indents. It's a follow up to r251353.
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp?rev=251364&r1=251363&r2=251364&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp Mon Oct 26 17:35:40 2015
@@ -343,8 +343,8 @@ void DwarfCompileUnit::constructScopeDIE
if (!includeMinimalInlineScopes()) {
// There is no need to emit empty lexical block DIE.
for (const auto *IE : ImportedEntities[DS])
- Children.push_back(
- constructImportedEntityDIE(cast<DIImportedEntity>(IE)));
+ Children.push_back(
+ constructImportedEntityDIE(cast<DIImportedEntity>(IE)));
}
// If there are only other scopes as children, put them directly in the
More information about the llvm-commits
mailing list