From 8c6c72d0bae4f2a2cf28a45fb3bc4bb44e15001f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 22 Oct 2007 05:10:05 +0000 Subject: [PATCH] Put correct link in example git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43216 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 51aae884055..f6895a09ee7 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2788,9 +2788,8 @@ this store with other volatile load and <pointer>' operand.

Example:
  %ptr = alloca i32                               ; yields {i32*}:ptr
-  store i32 3, i32* %ptr                          ; yields {void}
-  %val = load i32* %ptr                           ; yields {i32}:val = i32 3
+  store i32 3, i32* %ptr                          ; yields {void}
+  %val = load i32* %ptr                           ; yields {i32}:val = i32 3