Tidy up. Whitespace.
authorJim Grosbach <grosbach@apple.com>
Sat, 20 Aug 2011 16:10:09 +0000 (16:10 +0000)
committerJim Grosbach <grosbach@apple.com>
Sat, 20 Aug 2011 16:10:09 +0000 (16:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138207 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/AsmParser/exprs.s

index 153701d6852ac1abfa095226daf1a86249a8b673..4d99e212afd0ba796baa120fbeee27591d1ab5fe 100644 (file)
@@ -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: