[llvm-commits] [llvm] r117002 - /llvm/trunk/test/MC/ARM/simple-fp-encoding.ll

Bill Wendling isanbard at gmail.com
Wed Oct 20 23:25:08 PDT 2010


Author: void
Date: Thu Oct 21 01:25:08 2010
New Revision: 117002

URL: http://llvm.org/viewvc/llvm-project?rev=117002&view=rev
Log:
Fix whitespace.

Modified:
    llvm/trunk/test/MC/ARM/simple-fp-encoding.ll

Modified: llvm/trunk/test/MC/ARM/simple-fp-encoding.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/simple-fp-encoding.ll?rev=117002&r1=117001&r2=117002&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/simple-fp-encoding.ll (original)
+++ llvm/trunk/test/MC/ARM/simple-fp-encoding.ll Thu Oct 21 01:25:08 2010
@@ -404,10 +404,10 @@
 define void @f104(float %a, float %b, float %c, float %d, float %e, float %f) nounwind {
 entry:
 ; CHECK: f104
-; CHECK: vmov	s0, r0               @ encoding: [0x10,0x0a,0x00,0xee]
-; CHECK: vmov	s1, r1               @ encoding: [0x90,0x1a,0x00,0xee]
-; CHECK: vmov	s2, r2               @ encoding: [0x10,0x2a,0x01,0xee]
-; CHECK: vmov	s3, r3               @ encoding: [0x90,0x3a,0x01,0xee]
+; CHECK: vmov s0, r0                 @ encoding: [0x10,0x0a,0x00,0xee]
+; CHECK: vmov s1, r1                 @ encoding: [0x90,0x1a,0x00,0xee]
+; CHECK: vmov s2, r2                 @ encoding: [0x10,0x2a,0x01,0xee]
+; CHECK: vmov s3, r3                 @ encoding: [0x90,0x3a,0x01,0xee]
   %conv = fptosi float %a to i32
   %conv2 = fptosi float %b to i32
   %conv4 = fptosi float %c to i32
@@ -415,10 +415,10 @@
   %conv8 = fptosi float %e to i32
   %conv10 = fptosi float %f to i32
   tail call void @g104(i32 %conv, i32 %conv2, i32 %conv4, i32 %conv6, i32 %conv8, i32 %conv10) nounwind
-; CHECK: vmov	r0, s0			@ encoding: [0x10,0x0a,0x10,0xee]
-; CHECK: vmov	r1, s1			@ encoding: [0x90,0x1a,0x10,0xee]
-; CHECK: vmov	r2, s2			@ encoding: [0x10,0x2a,0x11,0xee]
-; CHECK: vmov	r3, s3                  @ encoding: [0x90,0x3a,0x11,0xee]
+; CHECK: vmov r0, s0                 @ encoding: [0x10,0x0a,0x10,0xee]
+; CHECK: vmov r1, s1                 @ encoding: [0x90,0x1a,0x10,0xee]
+; CHECK: vmov r2, s2                 @ encoding: [0x10,0x2a,0x11,0xee]
+; CHECK: vmov r3, s3                 @ encoding: [0x90,0x3a,0x11,0xee]
   ret void
 }
 





More information about the llvm-commits mailing list