summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2010-03-5-LexicalScope.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2010-03-5-LexicalScope.c')
-rw-r--r--test/CodeGen/2010-03-5-LexicalScope.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/2010-03-5-LexicalScope.c b/test/CodeGen/2010-03-5-LexicalScope.c
index 8dc68d7..007be76 100644
--- a/test/CodeGen/2010-03-5-LexicalScope.c
+++ b/test/CodeGen/2010-03-5-LexicalScope.c
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck %s
-// CHECK: DW_TAG_lexical_block
-// CHECK: DW_TAG_lexical_block
+// CHECK: !DILexicalBlock(
+// CHECK: !DILexicalBlock(
int foo(int i) {
if (i) {
int j = 2;
OpenPOWER on IntegriCloud