mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Put space after pointer type in test. NFC.
llvm-svn: 258615
This commit is contained in:
parent
2d71f7b1ea
commit
865681354b
@ -128,7 +128,7 @@ INITIALIZE_PASS(NVPTXLowerKernelArgs, "nvptx-lower-kernel-args",
|
||||
"Lower kernel arguments (NVPTX)", false, false)
|
||||
|
||||
// =============================================================================
|
||||
// If the function had a byval struct ptr arg, say foo(%struct.x *byval %d),
|
||||
// If the function had a byval struct ptr arg, say foo(%struct.x* byval %d),
|
||||
// then add the following instructions to the first basic block:
|
||||
//
|
||||
// %temp = alloca %struct.x, align 8
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user