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