summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2015-11-26 02:04:11 +0000
committerTom Stellard <thomas.stellard@amd.com>2015-11-26 02:04:11 +0000
commit72734bffaa2e25b1d5bbc4a7a05a22f944d6bf04 (patch)
tree4522e8c9cfb17978879e1be2e96644770c7adb04
parent94f89aeec5eb6a720f734b84523451d92206c0bb (diff)
downloadbcm5719-llvm-72734bffaa2e25b1d5bbc4a7a05a22f944d6bf04.tar.gz
bcm5719-llvm-72734bffaa2e25b1d5bbc4a7a05a22f944d6bf04.zip
AMDGPU: Fix typo
llvm-svn: 254120
-rw-r--r--llvm/include/llvm/IR/IntrinsicsAMDGPU.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
index 0f87596d473..a7c32f77b7c 100644
--- a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+++ b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
@@ -128,7 +128,7 @@ def int_amdgcn_s_dcache_wb_vol :
Intrinsic<[], [], []>;
def int_amdgcn_dispatch_ptr :
- GCCBuiltin<"__builtin_amdgcn_disptch_ptr">,
+ GCCBuiltin<"__builtin_amdgcn_dispatch_ptr">,
Intrinsic<[LLVMQualPointerType<llvm_i8_ty, 2>], [], [IntrNoMem]>;
}
OpenPOWER on IntegriCloud