item done
authorChris Lattner <sabre@nondot.org>
Tue, 19 Sep 2006 06:19:03 +0000 (06:19 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Sep 2006 06:19:03 +0000 (06:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30483 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/README.txt

index e55513b395acfa5ed511646ee94849ee6a450f60..aa34ac78756fcbbe32f13c07f40cb1a847f90c63 100644 (file)
@@ -63,17 +63,6 @@ which will be removed once the proper fix is made.
 
 //===---------------------------------------------------------------------===//
 
-Turn this into a signed shift right in instcombine:
-
-int f(unsigned x) {
-  return x >> 31 ? -1 : 0;
-}
-
-http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25600
-http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01492.html
-
-//===---------------------------------------------------------------------===//
-
 On targets with expensive 64-bit multiply, we could LSR this:
 
 for (i = ...; ++i) {