summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LLVMVsTheWorld.html
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-11-12 21:39:31 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-11-12 21:39:31 +0000
commit0afc434b71f96dcc99447c8fa67af5c62621421d (patch)
treedf7b8bb9776a55f1cf1b36658ff20dc401eb948f /llvm/docs/LLVMVsTheWorld.html
parente1fd80a2460982032ca3a8892208991158eea8fc (diff)
downloadbcm5719-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.html3
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>
OpenPOWER on IntegriCloud