[llvm] r190342 - Formatting.
Eric Christopher
echristo at gmail.com
Mon Sep 9 13:03:08 PDT 2013
Author: echristo
Date: Mon Sep 9 15:03:08 2013
New Revision: 190342
URL: http://llvm.org/viewvc/llvm-project?rev=190342&view=rev
Log:
Formatting.
Modified:
llvm/trunk/include/llvm/Support/Dwarf.h
Modified: llvm/trunk/include/llvm/Support/Dwarf.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Dwarf.h?rev=190342&r1=190341&r2=190342&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Dwarf.h (original)
+++ llvm/trunk/include/llvm/Support/Dwarf.h Mon Sep 9 15:03:08 2013
@@ -769,9 +769,9 @@ enum AcceleratorTable {
// Data layout descriptors.
DW_ATOM_null = 0u, // Marker as the end of a list of atoms.
DW_ATOM_die_offset = 1u, // DIE offset in the debug_info section.
- DW_ATOM_cu_offset = 2u, // Offset of the compile unit header that contains the
+ DW_ATOM_cu_offset = 2u, // Offset of the compile unit header that contains the
// item in question.
- DW_ATOM_die_tag = 3u, // A tag entry.
+ DW_ATOM_die_tag = 3u, // A tag entry.
DW_ATOM_type_flags = 4u, // Set of flags for a type.
// DW_ATOM_type_flags values.
More information about the llvm-commits
mailing list