diff --git a/docs/LangRef.html b/docs/LangRef.html index 63c3da1331d..d02caf09c23 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2683,6 +2683,8 @@ at the location specified by the '<pointer>' operand.
href="#i_store">store int 3, int* %ptr ; yields {void} %val = load int* %ptr ; yields {int}:val = int 3 + +