mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-13 23:26:25 +00:00
fix file header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99987 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
//===---- llvm/DebugLoc.h - Debug Location Information ----------*- C++ -*-===//
|
//===---- llvm/Support/DebugLoc.h - Debug Location Information --*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@@ -25,7 +25,6 @@ namespace llvm {
|
|||||||
/// to index into a vector of unique debug location tuples.
|
/// to index into a vector of unique debug location tuples.
|
||||||
class DebugLoc {
|
class DebugLoc {
|
||||||
unsigned Idx;
|
unsigned Idx;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
DebugLoc() : Idx(~0U) {} // Defaults to invalid.
|
DebugLoc() : Idx(~0U) {} // Defaults to invalid.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user