Parcourir la source

* fixed llvm unsigned greater/lower than condition mnemoniics

git-svn-id: branches/hlcgllvm@30107 -
Jonas Maebe il y a 10 ans
Parent
commit
f9ae2aadac
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      compiler/llvm/itllvm.pas

+ 2 - 2
compiler/llvm/itllvm.pas

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