diff options
Diffstat (limited to 'test/CodeGen/2008-07-21-mixed-var-fn-decl.c')
-rw-r--r-- | test/CodeGen/2008-07-21-mixed-var-fn-decl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/2008-07-21-mixed-var-fn-decl.c b/test/CodeGen/2008-07-21-mixed-var-fn-decl.c index ac132604399e6..3c9591e2945e6 100644 --- a/test/CodeGen/2008-07-21-mixed-var-fn-decl.c +++ b/test/CodeGen/2008-07-21-mixed-var-fn-decl.c @@ -3,6 +3,6 @@ int g0, f0(); int f1(), g1; -// CHECK: @g0 = common global i32 0, align 4 -// CHECK: @g1 = common global i32 0, align 4 +// CHECK: @g0 = common {{(dso_local )?}}global i32 0, align 4 +// CHECK: @g1 = common {{(dso_local )?}}global i32 0, align 4 |