[llvm-commits] CVS: llvm/docs/LLVMVsTheWorld.html

Brian Gaeke gaeke at cs.uiuc.edu
Wed Nov 12 15:40:11 PST 2003


Changes in directory llvm/docs:

LLVMVsTheWorld.html updated: 1.4 -> 1.5

---
Log message:

Mention LLVM cast instructions.


---
Diffs of the changes:  (+3 -2)

Index: llvm/docs/LLVMVsTheWorld.html
diff -u llvm/docs/LLVMVsTheWorld.html:1.4 llvm/docs/LLVMVsTheWorld.html:1.5
--- llvm/docs/LLVMVsTheWorld.html:1.4	Wed Nov 12 15:38:50 2003
+++ llvm/docs/LLVMVsTheWorld.html	Wed Nov 12 15:39:31 2003
@@ -84,7 +84,8 @@
 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>
@@ -172,7 +173,7 @@
   <address>Brian R. Gaeke</address>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2003/11/12 21:38:50 $
+  Last modified: $Date: 2003/11/12 21:39:31 $
 </div>
 
 </body>





More information about the llvm-commits mailing list