summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-line3.c
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-04-23 19:00:24 +0000
committerEric Christopher <echristo@apple.com>2012-04-23 19:00:24 +0000
commit3cc207bbccbaedfdb94eb2532624fc065d675d99 (patch)
treee341b2017dbf388df79ff75f45e290302d2065fd /clang/test/CodeGen/debug-info-line3.c
parent27deb265f9ccbc9dbc925a0ebb413eea2bbb165c (diff)
downloadbcm5719-llvm-3cc207bbccbaedfdb94eb2532624fc065d675d99.tar.gz
bcm5719-llvm-3cc207bbccbaedfdb94eb2532624fc065d675d99.zip
Forward declarations should take a context. This helps the debugger
find forward declarations in the context that the actual definition will occur. rdar://11291658 llvm-svn: 155381
Diffstat (limited to 'clang/test/CodeGen/debug-info-line3.c')
-rw-r--r--clang/test/CodeGen/debug-info-line3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/debug-info-line3.c b/clang/test/CodeGen/debug-info-line3.c
index 645ffb9e748..a4e35e753d7 100644
--- a/clang/test/CodeGen/debug-info-line3.c
+++ b/clang/test/CodeGen/debug-info-line3.c
@@ -12,5 +12,5 @@ void func(char c, char* d)
}
-// CHECK: ret void, !dbg !19
-// CHECK: !19 = metadata !{i32 6,
+// CHECK: ret void, !dbg !17
+// CHECK: !17 = metadata !{i32 6,
OpenPOWER on IntegriCloud