aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-29 19:38:02 +0000
committerChris Lattner <sabre@nondot.org>2007-12-29 19:38:02 +0000
commita5e90d7b7467f299264535571943ac993ebd80af (patch)
tree2329f55f6826a0c59eb9160bde28a1068fa28185
parent03c079d5fca2f98a1665af44b3c222d74e580079 (diff)
downloadexternal_llvm-a5e90d7b7467f299264535571943ac993ebd80af.zip
external_llvm-a5e90d7b7467f299264535571943ac993ebd80af.tar.gz
external_llvm-a5e90d7b7467f299264535571943ac993ebd80af.tar.bz2
this is done.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45408 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/README.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt
index 1f7b3c8..284be24 100644
--- a/lib/Target/README.txt
+++ b/lib/Target/README.txt
@@ -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: