summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
diff options
context:
space:
mode:
authorIvan Krasin <krasin@chromium.org>2015-10-26 22:35:40 +0000
committerIvan Krasin <krasin@chromium.org>2015-10-26 22:35:40 +0000
commit465fbe25c4e8a68ee62d1893a83b1b9c69031a17 (patch)
treed05ee1a797e455ea3ced7eb4ebcd655e79c24f8c /llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
parent0fb6451adea10bc560e31fd42296eb74162e698b (diff)
downloadbcm5719-llvm-465fbe25c4e8a68ee62d1893a83b1b9c69031a17.tar.gz
bcm5719-llvm-465fbe25c4e8a68ee62d1893a83b1b9c69031a17.zip
Fix indents. It's a follow up to r251353.
llvm-svn: 251364
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
index 69ae8a64914..687d6ae7441 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
@@ -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
OpenPOWER on IntegriCloud