summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-template-member.cpp
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-08-26 23:19:37 +0000
committerManman Ren <manman.ren@gmail.com>2013-08-26 23:19:37 +0000
commit4ae7ea674572723ad58cd35838c3e7f8a867d15b (patch)
tree6c20dd5380b8c1fbba74166608891c2032522b66 /clang/test/CodeGenCXX/debug-info-template-member.cpp
parented9f76d37bf643ea7c3e6dbe56c5a54a06c0b32c (diff)
downloadbcm5719-llvm-4ae7ea674572723ad58cd35838c3e7f8a867d15b.tar.gz
bcm5719-llvm-4ae7ea674572723ad58cd35838c3e7f8a867d15b.zip
Debug Info: follow-up patch to r189283.
Thanks David for his suggestion. This commit updates testing cases to have more specific CHECKs. llvm-svn: 189286
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-template-member.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-info-template-member.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-template-member.cpp b/clang/test/CodeGenCXX/debug-info-template-member.cpp
index 0ea4274cb0e..cb9922cc1fc 100644
--- a/clang/test/CodeGenCXX/debug-info-template-member.cpp
+++ b/clang/test/CodeGenCXX/debug-info-template-member.cpp
@@ -43,5 +43,5 @@ outer<foo>::inner x;
// CHECK: [[FOO_MEM:![0-9]*]], i32 0, null, null, null} ; [ DW_TAG_structure_type ] [foo]
// CHECK: [[FOO_MEM]] = metadata !{metadata [[FOO_FUNC:![0-9]*]]}
// CHECK: [[FOO_FUNC]] = {{.*}}, metadata !"_ZN3foo4funcEN5outerIS_E5innerE", i32 {{[0-9]*}}, metadata [[FOO_FUNC_TYPE:![0-9]*]], {{.*}} ; [ DW_TAG_subprogram ] {{.*}} [func]
-// CHECK: [[FOO_FUNC_TYPE]] = {{.*}}, metadata [[FOO_FUNC_PARAMS:![0-9]*]], i32 0, null{{.*}}} ; [ DW_TAG_subroutine_type ]
+// CHECK: [[FOO_FUNC_TYPE]] = {{.*}}, metadata [[FOO_FUNC_PARAMS:![0-9]*]], i32 0, null, null, null} ; [ DW_TAG_subroutine_type ]
// CHECK: [[FOO_FUNC_PARAMS]] = metadata !{null, metadata !{{[0-9]*}}, metadata [[OUTER_FOO_INNER]]}
OpenPOWER on IntegriCloud