diff options
| author | Bill Wendling <isanbard@gmail.com> | 2010-10-21 06:25:08 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2010-10-21 06:25:08 +0000 |
| commit | 2a7d269a2ba41d5f784e3966b8f8fb92f7e4c5cb (patch) | |
| tree | a6d45f1c211026f52d22ce4d80761b05f1755c15 /llvm/test/MC/ARM/simple-fp-encoding.ll | |
| parent | adfdccf1f3d4d9c377c721b5c1067dcc02e58c23 (diff) | |
| download | bcm5719-llvm-2a7d269a2ba41d5f784e3966b8f8fb92f7e4c5cb.tar.gz bcm5719-llvm-2a7d269a2ba41d5f784e3966b8f8fb92f7e4c5cb.zip | |
Fix whitespace.
llvm-svn: 117002
Diffstat (limited to 'llvm/test/MC/ARM/simple-fp-encoding.ll')
| -rw-r--r-- | llvm/test/MC/ARM/simple-fp-encoding.ll | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/test/MC/ARM/simple-fp-encoding.ll b/llvm/test/MC/ARM/simple-fp-encoding.ll index 3e05b0ab688..52379cbb94e 100644 --- a/llvm/test/MC/ARM/simple-fp-encoding.ll +++ b/llvm/test/MC/ARM/simple-fp-encoding.ll @@ -404,10 +404,10 @@ entry: 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 @@ entry: %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 } |

