diff options
author | Manman Ren <manman.ren@gmail.com> | 2013-08-26 23:19:37 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2013-08-26 23:19:37 +0000 |
commit | 4ae7ea674572723ad58cd35838c3e7f8a867d15b (patch) | |
tree | 6c20dd5380b8c1fbba74166608891c2032522b66 /clang/test/CodeGen/debug-info-args.c | |
parent | ed9f76d37bf643ea7c3e6dbe56c5a54a06c0b32c (diff) | |
download | bcm5719-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/CodeGen/debug-info-args.c')
-rw-r--r-- | clang/test/CodeGen/debug-info-args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-info-args.c b/clang/test/CodeGen/debug-info-args.c index 5de12c91ba3..50b85411adb 100644 --- a/clang/test/CodeGen/debug-info-args.c +++ b/clang/test/CodeGen/debug-info-args.c @@ -2,7 +2,7 @@ int somefunc(char *x, int y, double z) { - // CHECK: metadata ![[NUM:[^,]*]], i32 0, null{{.*}}} ; [ DW_TAG_subroutine_type + // CHECK: metadata ![[NUM:[^,]*]], i32 0, null, null, null} ; [ DW_TAG_subroutine_type // CHECK: ![[NUM]] = {{metadata !{metadata ![^,]*, metadata ![^,]*, metadata ![^,]*, metadata ![^,]*}}} return y; |