diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 19:38:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 19:38:02 +0000 |
commit | 4e6cbb2fe22eac84d3db1a07b713686e9cacd0b5 (patch) | |
tree | 382ae91793692bcdcb3995a0c4f08eb734e99a9e | |
parent | d2b8a36f0eef1c1214f6090c789e689bf84379bb (diff) | |
download | bcm5719-llvm-4e6cbb2fe22eac84d3db1a07b713686e9cacd0b5.tar.gz bcm5719-llvm-4e6cbb2fe22eac84d3db1a07b713686e9cacd0b5.zip |
this is done.
llvm-svn: 45408
-rw-r--r-- | llvm/lib/Target/README.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Target/README.txt b/llvm/lib/Target/README.txt index 1f7b3c8cd06..284be24b679 100644 --- a/llvm/lib/Target/README.txt +++ b/llvm/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: |