mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Fix lang-ref doc bug: s/icmp lt/icmp slt/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219947 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fb02b5c37f
commit
0ab5b9f647
@ -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 slt %D, 4
|
||||
%F = icmp gte %D, 4
|
||||
|
||||
Safe:
|
||||
|
Loading…
x
Reference in New Issue
Block a user