summaryrefslogtreecommitdiff
path: root/test/torture-s/loop-11.c.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/torture-s/loop-11.c.s')
-rw-r--r--test/torture-s/loop-11.c.s9
1 files changed, 7 insertions, 2 deletions
diff --git a/test/torture-s/loop-11.c.s b/test/torture-s/loop-11.c.s
index ab5aec223..fdaf055b6 100644
--- a/test/torture-s/loop-11.c.s
+++ b/test/torture-s/loop-11.c.s
@@ -56,7 +56,12 @@ main: # @main
.size main, .Lfunc_end0-main
.type a,@object # @a
- .lcomm a,796,4
+ .section .bss.a,"aw",@nobits
+ .p2align 4
+a:
+ .skip 796
+ .size a, 796
- .ident "clang version 3.9.0 "
+
+ .ident "clang version 4.0.0 "
.functype abort, void