mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-01 12:24:24 +00:00
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:
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
#include "llvm/Support/DataTypes.h"
|
#include "llvm/Support/DataTypes.h"
|
||||||
|
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
@ -62,13 +61,11 @@ enum llvm_dwarf_constants {
|
|||||||
DW_PUBNAMES_VERSION = 2 // Section version number for .debug_pubnames.
|
DW_PUBNAMES_VERSION = 2 // Section version number for .debug_pubnames.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// Special ID values that distinguish a CIE from a FDE in DWARF CFI.
|
// Special ID values that distinguish a CIE from a FDE in DWARF CFI.
|
||||||
// Not inside an enum because a 64-bit value is needed.
|
// Not inside an enum because a 64-bit value is needed.
|
||||||
const uint32_t DW_CIE_ID = UINT32_MAX;
|
const uint32_t DW_CIE_ID = UINT32_MAX;
|
||||||
const uint64_t DW64_CIE_ID = UINT64_MAX;
|
const uint64_t DW64_CIE_ID = UINT64_MAX;
|
||||||
|
|
||||||
|
|
||||||
enum dwarf_constants {
|
enum dwarf_constants {
|
||||||
// Tags
|
// Tags
|
||||||
DW_TAG_array_type = 0x01,
|
DW_TAG_array_type = 0x01,
|
||||||
|
Reference in New Issue
Block a user