From: Devang Patel Date: Tue, 13 Jul 2010 16:53:20 +0000 (+0000) Subject: Fix compile unit in example. Thanks Renato Golin! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9fea9c24fed5dad5854eebb1bc732b2549a93202;p=oota-llvm.git Fix compile unit in example. Thanks Renato Golin! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108246 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 2bbe18118e1..7b4304392de 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -1058,7 +1058,7 @@ int main(int argc, char *argv[]) { i32 524329, ;; Tag metadata !"MySource.cpp", metadata !"/Users/mine/sources", - metadata !3 ;; Compile unit + metadata !2 ;; Compile unit } ;; @@ -1068,7 +1068,7 @@ int main(int argc, char *argv[]) { i32 524329, ;; Tag metadata !"Myheader.h" metadata !"/Users/mine/sources", - metadata !3 ;; Compile unit + metadata !2 ;; Compile unit } ...