Browse Source

* removed unnecessary and potentially wrong typecast

git-svn-id: trunk@30946 -
Jonas Maebe 10 years ago
parent
commit
033c28e5ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/llvm/llvmtype.pas

+ 1 - 1
compiler/llvm/llvmtype.pas

@@ -322,7 +322,7 @@ implementation
                         end;
                     end;
                 else
-                  insert_tai_typeconversions(tai_const(tai_simpletypedconst(p).val));
+                  insert_tai_typeconversions(tai_simpletypedconst(p).val);
               end;
             end;
           tck_array,