diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -20063,7 +20063,7 @@ .. _int_ssa_copy: -'``llvm.ssa_copy``' Intrinsic +'``llvm.ssa.copy``' Intrinsic ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax: @@ -20071,7 +20071,7 @@ :: - declare type @llvm.ssa_copy(type %operand) returned(1) readnone + declare type @llvm.ssa.copy(type %operand) returned(1) readnone Arguments: """""""""" @@ -20081,7 +20081,7 @@ Overview: """""""""" -The ``llvm.ssa_copy`` intrinsic can be used to attach information to +The ``llvm.ssa.copy`` intrinsic can be used to attach information to operations by copying them and giving them new names. For example, the PredicateInfo utility uses it to build Extended SSA form, and attach various forms of information to operands that dominate specific