mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
Fix lang-ref doc bug: s/icmp lt/icmp slt/
llvm-svn: 219947
This commit is contained in:
parent
0dacf23dcd
commit
8d22c58801
@ -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…
Reference in New Issue
Block a user