Changes in directory llvm/lib/Target:

README.txt updated: 1.27 -> 1.28
---
Log message:

New note


---
Diffs of the changes:  (+6 -0)

 README.txt |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm/lib/Target/README.txt
diff -u llvm/lib/Target/README.txt:1.27 llvm/lib/Target/README.txt:1.28
--- llvm/lib/Target/README.txt:1.27     Fri Mar 31 22:08:29 2006
+++ llvm/lib/Target/README.txt  Sat Apr  1 19:47:20 2006
@@ -166,3 +166,9 @@
 
 //===---------------------------------------------------------------------===//
 
+We should constant fold packed type casts at the LLVM level, regardless of the
+cast.  Currently we cannot fold some casts because we don't have TargetData
+information in the constant folder, so we don't know the endianness of the 
+target!
+
+//===---------------------------------------------------------------------===//



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

Reply via email to