Changes in directory llvm/include/llvm:

Module.h updated: 1.65 -> 1.66
---
Log message:

Fix out of date comments, patch by Marco Matthies.



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

 Module.h |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


Index: llvm/include/llvm/Module.h
diff -u llvm/include/llvm/Module.h:1.65 llvm/include/llvm/Module.h:1.66
--- llvm/include/llvm/Module.h:1.65     Sun Dec  4 23:30:21 2005
+++ llvm/include/llvm/Module.h  Sat Jan  7 20:32:52 2006
@@ -74,10 +74,8 @@
   std::string ModuleID;          // Human readable identifier for the module
   std::string TargetTriple;      // Platform target triple Module compiled on
 
-  // These flags are probably not the right long-term way to handle this kind 
of
-  // target information, but it is sufficient for now.
-  Endianness  Endian;     // True if target is little endian
-  PointerSize PtrSize;    // True if target has 32-bit pointers (false = 
64-bit)
+  Endianness  Endian;     // Endianness assumed in the module
+  PointerSize PtrSize;    // Pointer size assumed in the module
 
   friend class Constant;
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to