aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/2010-08-10-DbgConstant.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2010-08-10-DbgConstant.c')
-rw-r--r--test/CodeGen/2010-08-10-DbgConstant.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/2010-08-10-DbgConstant.c b/test/CodeGen/2010-08-10-DbgConstant.c
index cbc1841cf187..68947edd526a 100644
--- a/test/CodeGen/2010-08-10-DbgConstant.c
+++ b/test/CodeGen/2010-08-10-DbgConstant.c
@@ -1,5 +1,6 @@
// RUN: %clang_cc1 -S -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
-// CHECK: !DIGlobalVariable(
+// CHECK: !DIGlobalVariableExpression(var: [[VAR:.*]], expr: [[EXPR:![0-9]+]])
+// CHECK: [[EXPR]] = !DIExpression(DW_OP_constu, 201, DW_OP_stack_value)
static const unsigned int ro = 201;
void bar(int);