diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-31 04:26:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-31 04:26:23 +0000 |
commit | b6c72b92c23065e219099140e16615ad2c06af30 (patch) | |
tree | 31437b1a94b6be5fcd2dfd8f960018a357e386c9 /include/llvm/Support/DebugLoc.h | |
parent | 23dbf6683b5de64bd0b2f05a5a311a98480b3a72 (diff) |
fix file header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99987 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/DebugLoc.h')
-rw-r--r-- | include/llvm/Support/DebugLoc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Support/DebugLoc.h b/include/llvm/Support/DebugLoc.h index 32631fcb34..6be4075270 100644 --- a/include/llvm/Support/DebugLoc.h +++ b/include/llvm/Support/DebugLoc.h @@ -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. |