Tidy up. Whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138207 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2011-08-20 16:10:09 +00:00
parent 1c9fe0361b
commit 2f4bdc5db9

View File

@ -5,12 +5,12 @@
.abort Unexpected $0 != $1. .abort Unexpected $0 != $1.
.endif .endif
.endmacro .endmacro
.text .text
g: g:
h: h:
j: j:
k: k:
.data .data
check_expr !1 + 2, 2 check_expr !1 + 2, 2
check_expr !0, 1 check_expr !0, 1
@ -44,7 +44,7 @@ k:
check_expr 0 || 1, 1 check_expr 0 || 1, 1
check_expr 0 || 0, 0 check_expr 0 || 0, 0
check_expr 1 + 2 < 3 + 4, 1 check_expr 1 + 2 < 3 + 4, 1
.set c, 10 .set c, 10
check_expr c + 1, 11 check_expr c + 1, 11
@ -56,15 +56,15 @@ k:
i = (j + 10) - (k + 2) i = (j + 10) - (k + 2)
.long i .long i
l = m - n + 4 l = m - n + 4
.text .text
m: m:
n: n:
nop nop
movw $8, (42)+66(%eax) movw $8, (42)+66(%eax)
// "." support: // "." support: