Break lines and add space after ':' to be consistent in layout.
[oota-llvm.git] / docs / LLVMVsTheWorld.html
index bd06debbaa64f51dcbfbc7a98745c98c2ef7d8dc..a69ae20c1024b7ac00a53b08a9c3474aa011b4e8 100644 (file)
@@ -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>