diff options
| author | Manuel Jacob <me@manueljacob.de> | 2016-01-23 05:47:34 +0000 |
|---|---|---|
| committer | Manuel Jacob <me@manueljacob.de> | 2016-01-23 05:47:34 +0000 |
| commit | 45cc9bb581285a1467c42a2c2b0bb86961d5d65e (patch) | |
| tree | 5b816601b544416425b4a2a18cfd93fe6afa638e /llvm/test/CodeGen | |
| parent | 8aa56781255431723ae546198da2026389e2d506 (diff) | |
| download | bcm5719-llvm-45cc9bb581285a1467c42a2c2b0bb86961d5d65e.tar.gz bcm5719-llvm-45cc9bb581285a1467c42a2c2b0bb86961d5d65e.zip | |
Put space after pointer type in test. NFC.
llvm-svn: 258615
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/byval2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/byval2.ll b/llvm/test/CodeGen/X86/byval2.ll index cc72a8699a9..5eb8b590e8d 100644 --- a/llvm/test/CodeGen/X86/byval2.ll +++ b/llvm/test/CodeGen/X86/byval2.ll @@ -37,8 +37,8 @@ entry: store i64 %b, i64* %tmp2, align 16 %tmp4 = getelementptr %struct.s, %struct.s* %d, i32 0, i32 2 store i64 %c, i64* %tmp4, align 16 - call void @f( %struct.s*byval %d ) - call void @f( %struct.s*byval %d ) + call void @f( %struct.s* byval %d ) + call void @f( %struct.s* byval %d ) ret void } |

