From f9ae2aadacdae980b42f092290b715d7aaf70085 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Thu, 5 Mar 2015 22:20:50 +0000 Subject: [PATCH] * fixed llvm unsigned greater/lower than condition mnemoniics git-svn-id: branches/hlcgllvm@30107 - --- compiler/llvm/itllvm.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/llvm/itllvm.pas b/compiler/llvm/itllvm.pas index 24cefa0f8d..fa9cc8a397 100644 --- a/compiler/llvm/itllvm.pas +++ b/compiler/llvm/itllvm.pas @@ -71,9 +71,9 @@ interface 'sle', 'ne', 'ule', - 'ul', + 'ult', 'uge', - 'ug' + 'ugt' ); llvm_fpcond2str: array[tllvmfpcmp] of ansistring = (