Skip to content

Commit 0a436bf

Browse files
Zentrikvchuravy
authored andcommitted
Revert "Try workarounding clang static analyzer bug"
This reverts commit 2252e89.
1 parent edd1909 commit 0a436bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cgutils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ Constant *literal_pointer_val_slot(jl_codegen_params_t &params, Module *M, jl_va
466466
if (addr->smalltag) {
467467
// some common builtin datatypes have a special pool for accessing them by smalltag id
468468
Constant *tag = ConstantInt::get(getInt32Ty(M->getContext()), addr->smalltag << 4);
469-
[[clang::suppress]] // Workaround https://github.com/llvm/llvm-project/issues/119415
470469
Constant *smallp = ConstantExpr::getInBoundsGetElementPtr(getInt8Ty(M->getContext()), prepare_global_in(M, jl_small_typeof_var), tag);
471470
if (smallp->getType()->getPointerAddressSpace() != 0)
472471
smallp = ConstantExpr::getAddrSpaceCast(smallp, getPointerTy(M->getContext()));

0 commit comments

Comments
 (0)