aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-08-20 16:10:09 +0000
committerJim Grosbach <grosbach@apple.com>2011-08-20 16:10:09 +0000
commit2f4bdc5db92fbf5fd54c3067bb41d47aa3141ddd (patch)
tree2b8f7676a4492d6e3c62a8d0d29ed4292a2a8b6a
parent1c9fe0361b3f9f5c814ce761b97ecd11637a1d7d (diff)
Tidy up. Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138207 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/MC/AsmParser/exprs.s14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/MC/AsmParser/exprs.s b/test/MC/AsmParser/exprs.s
index 153701d685..4d99e212af 100644
--- a/test/MC/AsmParser/exprs.s
+++ b/test/MC/AsmParser/exprs.s
@@ -5,12 +5,12 @@
.abort Unexpected $0 != $1.
.endif
.endmacro
-
+
.text
g:
h:
j:
-k:
+k:
.data
check_expr !1 + 2, 2
check_expr !0, 1
@@ -44,7 +44,7 @@ k:
check_expr 0 || 1, 1
check_expr 0 || 0, 0
check_expr 1 + 2 < 3 + 4, 1
-
+
.set c, 10
check_expr c + 1, 11
@@ -56,15 +56,15 @@ k:
i = (j + 10) - (k + 2)
.long i
-
+
l = m - n + 4
-
+
.text
m:
n:
nop
-
-
+
+
movw $8, (42)+66(%eax)
// "." support: