From: Brian Gaeke Date: Wed, 12 Nov 2003 21:39:31 +0000 (+0000) Subject: Mention LLVM cast instructions. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=558992dfb502cc3194ecfcc4867fff53e5ffe40a;p=oota-llvm.git Mention LLVM cast instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9936 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LLVMVsTheWorld.html b/docs/LLVMVsTheWorld.html index bd06debbaa6..a69ae20c102 100644 --- a/docs/LLVMVsTheWorld.html +++ b/docs/LLVMVsTheWorld.html @@ -84,7 +84,8 @@ Floating-point support may not work on all platforms (it does not appear to be documented in the latest release).

LLVM: Compositional type system based on C types, supporting structures, -opaque types, and C integer and floating point types.

+opaque types, and C integer and floating point types. Explicit cast instructions +are required to transform a value from one type to another.

GCC: Union of high-level types including those used in Pascal, C, C++, Ada, Java, and FORTRAN.