From fb0e8082d412b58660f8828109d36d28088c193d Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Wed, 3 Apr 2019 13:56:36 +0000 Subject: [PATCH] AMDGPU: Fix copy/paste error in intrnsic comment llvm-svn: 357581 --- llvm/include/llvm/IR/IntrinsicsAMDGPU.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td index 6c493571d859..2dc529c9ea34 100644 --- a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td +++ b/llvm/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>;