summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-07-13 16:53:20 +0000
committerDevang Patel <dpatel@apple.com>2010-07-13 16:53:20 +0000
commit4a7904d65277f7768d9fc67e521e9a001ba1191f (patch)
treeafe9f64bfb5691863d40d404b7fa0b4a30a268d6 /llvm/docs/SourceLevelDebugging.html
parent01c8c100c26973faf5e19bd38a029e58f0dbae8d (diff)
downloadbcm5719-llvm-4a7904d65277f7768d9fc67e521e9a001ba1191f.tar.gz
bcm5719-llvm-4a7904d65277f7768d9fc67e521e9a001ba1191f.zip
Fix compile unit in example. Thanks Renato Golin!
llvm-svn: 108246
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r--llvm/docs/SourceLevelDebugging.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index 2bbe18118e1..7b4304392de 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/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
}
...
OpenPOWER on IntegriCloud