diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll b/llvm/test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll index 177dbd78a5f..2d02b46e479 100644 --- a/llvm/test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll +++ b/llvm/test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll @@ -20,7 +20,7 @@ ; GFX700: NumVGPRs: 4 ; GFX800: NumVGPRs: 6 ; GFX900: NumVGPRs: 6 -; CHECK: MaxFlatWorkgroupSize: 256 +; CHECK: MaxFlatWorkGroupSize: 256 define amdgpu_kernel void @test( half addrspace(1)* %r, half addrspace(1)* %a, |

