Explorar o código

* fixed llvm unsigned greater/lower than condition mnemoniics

git-svn-id: branches/hlcgllvm@30107 -
Jonas Maebe %!s(int64=10) %!d(string=hai) anos
pai
achega
f9ae2aadac
Modificáronse 1 ficheiros con 2 adicións e 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 = (