From 558992dfb502cc3194ecfcc4867fff53e5ffe40a Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 12 Nov 2003 21:39:31 +0000 Subject: [PATCH] Mention LLVM cast instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9936 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LLVMVsTheWorld.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.

-- 2.34.1