mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 05:49:23 +02:00
* fixed llvm unsigned greater/lower than condition mnemoniics
git-svn-id: branches/hlcgllvm@30107 -
This commit is contained in:
parent
ea00e559f8
commit
f9ae2aadac
@ -71,9 +71,9 @@ interface
|
|||||||
'sle',
|
'sle',
|
||||||
'ne',
|
'ne',
|
||||||
'ule',
|
'ule',
|
||||||
'ul',
|
'ult',
|
||||||
'uge',
|
'uge',
|
||||||
'ug'
|
'ugt'
|
||||||
);
|
);
|
||||||
|
|
||||||
llvm_fpcond2str: array[tllvmfpcmp] of ansistring = (
|
llvm_fpcond2str: array[tllvmfpcmp] of ansistring = (
|
||||||
|
Loading…
Reference in New Issue
Block a user