projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23dbf66
)
fix file header.
author
Chris Lattner
<sabre@nondot.org>
Wed, 31 Mar 2010 04:26:23 +0000
(
04:26
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 31 Mar 2010 04:26:23 +0000
(
04:26
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99987
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/DebugLoc.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/DebugLoc.h
b/include/llvm/Support/DebugLoc.h
index 32631fcb34e5dda91fcc33542c50b45415c32cc1..6be407527043334fbefd7b4676120f259bb11aab 100644
(file)
--- 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.