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 | 0afc434b71f96dcc99447c8fa67af5c62621421d (patch) | |
tree | df7b8bb9776a55f1cf1b36658ff20dc401eb948f /llvm/docs/LLVMVsTheWorld.html | |
parent | e1fd80a2460982032ca3a8892208991158eea8fc (diff) | |
download | bcm5719-llvm-0afc434b71f96dcc99447c8fa67af5c62621421d.tar.gz bcm5719-llvm-0afc434b71f96dcc99447c8fa67af5c62621421d.zip |
Mention LLVM cast instructions.
llvm-svn: 9936
Diffstat (limited to 'llvm/docs/LLVMVsTheWorld.html')
-rw-r--r-- | llvm/docs/LLVMVsTheWorld.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/LLVMVsTheWorld.html b/llvm/docs/LLVMVsTheWorld.html index bd06debbaa6..a69ae20c102 100644 --- a/llvm/docs/LLVMVsTheWorld.html +++ b/llvm/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> |