Explorar el Código

* fixed llvm unsigned greater/lower than condition mnemoniics

git-svn-id: branches/hlcgllvm@30107 -
Jonas Maebe hace 10 años
padre
commit
f9ae2aadac
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 = (