AMDGPU: Fix typo
authorTom Stellard <thomas.stellard@amd.com>
Thu, 26 Nov 2015 02:04:11 +0000 (02:04 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 26 Nov 2015 02:04:11 +0000 (02:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254120 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/IntrinsicsAMDGPU.td

index 0f87596d473170a8dc26904bef60a5ce598a44ca..a7c32f77b7c768c5a631b3373c94a0a0da310e80 100644 (file)
@@ -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]>;
 
 }