From 64f5c6c35759288f4a87da20fdd5d97ec8817f71 Mon Sep 17 00:00:00 2001
From: Reid Spencer
Date: Sat, 24 Mar 2007 22:40:44 +0000
Subject: [PATCH] Fix a link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35306 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/LangRef.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/LangRef.html b/docs/LangRef.html
index c2e1c6c4cd9..e51618de180 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2011,7 +2011,7 @@ operator (where the result has the same sign as the divisor, var2) of
a value. For more information about the difference, see The
Math Forum. For a table of how this is implemented in various languages,
-please see
+please see
Wikipedia: modulo operation.
Example:
<result> = srem i32 4, %var ; yields {i32}:result = 4 % %var