Pārlūkot izejas kodu

* don't quote LLVM calling convention name (that will cause it to be ignored)
o fixes tasm10a and tx64ccnv.ll with LLVM

git-svn-id: branches/debug_eh@42193 -

Jonas Maebe 6 gadi atpakaļ
vecāks
revīzija
3f2578a3e3
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      compiler/llvm/agllvm.pas

+ 1 - 2
compiler/llvm/agllvm.pas

@@ -647,9 +647,8 @@ implementation
                 tmpstr:=llvm_callingconvention_name(taillvm(hp).oper[2]^.callingconvention);
                 if tmpstr<>'' then
                   begin
-                    owner.writer.AsmWrite(' "');
+                    owner.writer.AsmWrite(' ');
                     owner.writer.AsmWrite(tmpstr);
-                    owner.writer.AsmWrite('"');
                   end;
                 opdone:=true;
                 tmpstr:=llvmencodetypename(taillvm(hp).oper[3]^.def);