Make this input a bit more readable.

llvm-svn: 251911
This commit is contained in:
Rafael Espindola 2015-11-03 13:58:27 +00:00
parent 7aae2f23c8
commit f486beab7e
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
.text
.type x,@object
.bss
.type x,@object
.globl x
.align 4
x:
.long 0
.size x, 4
.type y,@object
.globl y
.align 4