* fixed llvm unsigned greater/lower than condition mnemoniics

git-svn-id: branches/hlcgllvm@30107 -
This commit is contained in:
Jonas Maebe 2015-03-05 22:20:50 +00:00
parent ea00e559f8
commit f9ae2aadac

View File

@ -71,9 +71,9 @@ interface
'sle',
'ne',
'ule',
'ul',
'ult',
'uge',
'ug'
'ugt'
);
llvm_fpcond2str: array[tllvmfpcmp] of ansistring = (