projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb02b5c
)
Fix lang-ref doc bug: s/icmp lt/icmp slt/
author
Jonathan Roelofs
<jonathan@codesourcery.com>
Thu, 16 Oct 2014 19:28:10 +0000
(19:28 +0000)
committer
Jonathan Roelofs
<jonathan@codesourcery.com>
Thu, 16 Oct 2014 19:28:10 +0000
(19:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219947
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.rst
patch
|
blob
|
history
diff --git
a/docs/LangRef.rst
b/docs/LangRef.rst
index
f2d6982
..
96883a8
100644
(file)
--- a/
docs/LangRef.rst
+++ b/
docs/LangRef.rst
@@
-2395,7
+2395,7
@@
allowed to assume that the '``undef``' operand could be the same as
%C = xor %B, %B
%D = undef
- %E = icmp lt %D, 4
+ %E = icmp
s
lt %D, 4
%F = icmp gte %D, 4
Safe: