Skip to content

Commit 008a66c

Browse files
author
git apple-llvm automerger
committed
Merge commit 'c91a0a28908e' from llvm.org/main into next
2 parents 4575b3a + c91a0a2 commit 008a66c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/include/llvm/IR/Intrinsics.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,8 +1733,7 @@ def int_ubsantrap : Intrinsic<[], [llvm_i8_ty],
17331733

17341734
// Return true if ubsan check is allowed.
17351735
def int_allow_ubsan_check : DefaultAttrsIntrinsic<[llvm_i1_ty], [llvm_i8_ty],
1736-
[IntrInaccessibleMemOnly, IntrWriteMem, ImmArg<ArgIndex<0>>, NoUndef<RetIndex>]>,
1737-
ClangBuiltin<"__builtin_allow_ubsan_check">;
1736+
[IntrInaccessibleMemOnly, IntrWriteMem, ImmArg<ArgIndex<0>>, NoUndef<RetIndex>]>;
17381737

17391738
// Return true if runtime check is allowed.
17401739
def int_allow_runtime_check : DefaultAttrsIntrinsic<[llvm_i1_ty], [llvm_metadata_ty],

0 commit comments

Comments
 (0)