diff options
Diffstat (limited to 'test/CodeGen/no-common.c')
-rw-r--r-- | test/CodeGen/no-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/no-common.c b/test/CodeGen/no-common.c index 7beefc7..8d2c4d7 100644 --- a/test/CodeGen/no-common.c +++ b/test/CodeGen/no-common.c @@ -12,4 +12,4 @@ fn_t ABC __attribute__ ((nocommon)); // CHECK-DEFAULT: @y = common global // CHECK-NOCOMMON: @y = common global -int y __attribute__((common));
\ No newline at end of file +int y __attribute__((common)); |