mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
fix file header.
llvm-svn: 99987
This commit is contained in:
parent
1d2ea2510d
commit
ffc6ab9d04
@ -1,4 +1,4 @@
|
||||
//===---- llvm/DebugLoc.h - Debug Location Information ----------*- C++ -*-===//
|
||||
//===---- llvm/Support/DebugLoc.h - Debug Location Information --*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -25,7 +25,6 @@ namespace llvm {
|
||||
/// to index into a vector of unique debug location tuples.
|
||||
class DebugLoc {
|
||||
unsigned Idx;
|
||||
|
||||
public:
|
||||
DebugLoc() : Idx(~0U) {} // Defaults to invalid.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user