Clean up some whitespace and comment formatting.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190015 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher
2013-09-05 00:01:17 +00:00
parent d4486ebd5f
commit 1aaf8843dc

View File

@ -18,7 +18,6 @@
#include "llvm/Support/DataTypes.h"
namespace llvm {
//===----------------------------------------------------------------------===//
@ -62,13 +61,11 @@ enum llvm_dwarf_constants {
DW_PUBNAMES_VERSION = 2 // Section version number for .debug_pubnames.
};
// Special ID values that distinguish a CIE from a FDE in DWARF CFI.
// Not inside an enum because a 64-bit value is needed.
const uint32_t DW_CIE_ID = UINT32_MAX;
const uint64_t DW64_CIE_ID = UINT64_MAX;
enum dwarf_constants {
// Tags
DW_TAG_array_type = 0x01,