diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-12 21:39:31 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-12 21:39:31 +0000 |
commit | 558992dfb502cc3194ecfcc4867fff53e5ffe40a (patch) | |
tree | 37286298427d77996b1b556be1e3b9ec48287ecf | |
parent | 78a371009f4519af8a1387a25f00bc382f7791d1 (diff) | |
download | external_llvm-558992dfb502cc3194ecfcc4867fff53e5ffe40a.zip external_llvm-558992dfb502cc3194ecfcc4867fff53e5ffe40a.tar.gz external_llvm-558992dfb502cc3194ecfcc4867fff53e5ffe40a.tar.bz2 |
Mention LLVM cast instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9936 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LLVMVsTheWorld.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/LLVMVsTheWorld.html b/docs/LLVMVsTheWorld.html index bd06deb..a69ae20 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).</p> <p>LLVM: Compositional type system based on C types, supporting structures, -opaque types, and C integer and floating point types.</p> +opaque types, and C integer and floating point types. Explicit cast instructions +are required to transform a value from one type to another.</p> <p>GCC: Union of high-level types including those used in Pascal, C, C++, Ada, Java, and FORTRAN.</p> |