summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/attr-nodebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/attr-nodebug.c')
-rw-r--r--clang/test/CodeGen/attr-nodebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/attr-nodebug.c b/clang/test/CodeGen/attr-nodebug.c
index fde0c912b16d..75b4089408fc 100644
--- a/clang/test/CodeGen/attr-nodebug.c
+++ b/clang/test/CodeGen/attr-nodebug.c
@@ -21,7 +21,7 @@ void t2(void)
// Verify those things do occur normally.
// CHECK-LABEL: @t2
-// CHECK: call{{.*}}llvm.dbg
+// CHECK: #dbg_declare
// CHECK: !dbg
// CHECK: }