diff options
Diffstat (limited to 'test/MC/AMDGPU/hsa-exp.s')
-rw-r--r-- | test/MC/AMDGPU/hsa-exp.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/AMDGPU/hsa-exp.s b/test/MC/AMDGPU/hsa-exp.s index 488afc5b400f9..0323056b7bb2a 100644 --- a/test/MC/AMDGPU/hsa-exp.s +++ b/test/MC/AMDGPU/hsa-exp.s @@ -65,7 +65,7 @@ amd_kernel_code_t_minimal: // ASM-LABEL: {{^}}amd_kernel_code_t_minimal: // ASM: .amd_kernel_code_t // ASM: amd_code_version_major = 7 -// ASM: amd_code_version_minor = 0 +// ASM: amd_code_version_minor = 1 // ASM: amd_machine_kind = 1 // ASM: amd_machine_version_major = 7 // ASM: amd_machine_version_minor = 0 @@ -124,6 +124,6 @@ amd_kernel_code_t_minimal: // ASM: group_segment_alignment = 4 // ASM: private_segment_alignment = 4 // ASM: wavefront_size = 6 -// ASM: call_convention = 0 +// ASM: call_convention = -1 // ASM: runtime_loader_kernel_symbol = 0 // ASM: .end_amd_kernel_code_t |