summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFDebugFrame.h
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2014-03-13 07:52:54 +0000
committerAlexey Samsonov <samsonov@google.com>2014-03-13 07:52:54 +0000
commit1eabf98b3277cc44e0263c05155791cfe6d2c221 (patch)
treed97ef3fcb847e9b97c5384e116b1a4af20eecdf3 /llvm/lib/DebugInfo/DWARFDebugFrame.h
parentaae4dc21ea12d91a2687923755a6eb80dba5f2da (diff)
downloadbcm5719-llvm-1eabf98b3277cc44e0263c05155791cfe6d2c221.tar.gz
bcm5719-llvm-1eabf98b3277cc44e0263c05155791cfe6d2c221.zip
[C++11] Convert DWARF parser to range-based for loops
llvm-svn: 203766
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFDebugFrame.h')
-rw-r--r--llvm/lib/DebugInfo/DWARFDebugFrame.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/DWARFDebugFrame.h b/llvm/lib/DebugInfo/DWARFDebugFrame.h
index 48b8d63a5a6..7683849b4a1 100644
--- a/llvm/lib/DebugInfo/DWARFDebugFrame.h
+++ b/llvm/lib/DebugInfo/DWARFDebugFrame.h
@@ -42,5 +42,4 @@ private:
} // namespace llvm
-#endif
-
+#endif
OpenPOWER on IntegriCloud