this is done.
authorChris Lattner <sabre@nondot.org>
Sat, 29 Dec 2007 19:38:02 +0000 (19:38 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Dec 2007 19:38:02 +0000 (19:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45408 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/README.txt

index 1f7b3c8cd0625e207fdc0ca52b50a1c7490bf1d0..284be24b679a61296eb429c38985746b92e33065 100644 (file)
@@ -131,13 +131,6 @@ v4sf example(float *P) {
 
 //===---------------------------------------------------------------------===//
 
-We should constant fold vector 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!
-
-//===---------------------------------------------------------------------===//
-
 Add support for conditional increments, and other related patterns.  Instead
 of: