diff options
Diffstat (limited to 'test/CodeGen/debug-info-static.c')
-rw-r--r-- | test/CodeGen/debug-info-static.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/debug-info-static.c b/test/CodeGen/debug-info-static.c index 016f1e6e6cc5..d6ade2aee56c 100644 --- a/test/CodeGen/debug-info-static.c +++ b/test/CodeGen/debug-info-static.c @@ -2,7 +2,7 @@ // CHECK: @f.xyzzy = internal global i32 0, align 4, !dbg [[XYZZY:![0-9]+]] -// CHECK: [[XYZZY]] = !DIGlobalVariableExpression(var: [[VAR:.*]]) +// CHECK: [[XYZZY]] = !DIGlobalVariableExpression(var: [[VAR:.*]], expr: !DIExpression()) // CHECK: [[VAR]] = distinct !DIGlobalVariable void f(void) { |