From: Matt Arsenault Date: Wed, 3 Apr 2019 13:56:36 +0000 (+0000) Subject: AMDGPU: Fix copy/paste error in intrnsic comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81f6b42c595194b0f89026c56086e863173db4ca;p=llvm AMDGPU: Fix copy/paste error in intrnsic comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357581 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/IntrinsicsAMDGPU.td b/include/llvm/IR/IntrinsicsAMDGPU.td index 6c493571d85..2dc529c9ea3 100644 --- a/include/llvm/IR/IntrinsicsAMDGPU.td +++ b/include/llvm/IR/IntrinsicsAMDGPU.td @@ -854,7 +854,7 @@ def int_amdgcn_buffer_load : AMDGPUBufferLoad; def int_amdgcn_s_buffer_load : Intrinsic < [llvm_any_ty], [llvm_v4i32_ty, // rsrc(SGPR) - llvm_i32_ty, // byte offset(SGPR/VGPR/imm) + llvm_i32_ty, // byte offset(SGPR/imm) llvm_i32_ty], // cachepolicy(imm; bit 0 = glc) [IntrNoMem, ImmArg<2>]>, AMDGPURsrcIntrinsic<0>;