[llvm-commits] [llvm] r99987 - /llvm/trunk/include/llvm/Support/DebugLoc.h
Chris Lattner
sabre at nondot.org
Tue Mar 30 21:26:23 PDT 2010
Author: lattner
Date: Tue Mar 30 23:26:23 2010
New Revision: 99987
URL: http://llvm.org/viewvc/llvm-project?rev=99987&view=rev
Log:
fix file header.
Modified:
llvm/trunk/include/llvm/Support/DebugLoc.h
Modified: llvm/trunk/include/llvm/Support/DebugLoc.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/DebugLoc.h?rev=99987&r1=99986&r2=99987&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/DebugLoc.h (original)
+++ llvm/trunk/include/llvm/Support/DebugLoc.h Tue Mar 30 23:26:23 2010
@@ -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 @@
/// to index into a vector of unique debug location tuples.
class DebugLoc {
unsigned Idx;
-
public:
DebugLoc() : Idx(~0U) {} // Defaults to invalid.
More information about the llvm-commits
mailing list