Skip to content

Commit 72f4801

Browse files
committed
IntrNoMem -> IntrInaccessibleMemOnly
1 parent bb6f2e6 commit 72f4801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/Intrinsics.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@ def int_is_constant : DefaultAttrsIntrinsic<[llvm_i1_ty], [llvm_any_ty],
18821882

18831883
// Introduce a use of the argument without generating any code.
18841884
def int_fake_use : DefaultAttrsIntrinsic<[], [llvm_vararg_ty],
1885-
[IntrHasSideEffects, IntrNoMem, IntrWillReturn]>;
1885+
[IntrHasSideEffects, IntrInaccessibleMemOnly, IntrWillReturn]>;
18861886

18871887
// Intrinsic to mask out bits of a pointer.
18881888
// First argument must be pointer or vector of pointer. This is checked by the

0 commit comments

Comments
 (0)