mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 06:08:16 +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',
|
||||
'ne',
|
||||
'ule',
|
||||
'ul',
|
||||
'ult',
|
||||
'uge',
|
||||
'ug'
|
||||
'ugt'
|
||||
);
|
||||
|
||||
llvm_fpcond2str: array[tllvmfpcmp] of ansistring = (
|
||||
|
Loading…
Reference in New Issue
Block a user