Changes in directory llvm/lib/Target/PowerPC:

README.txt updated: 1.98 -> 1.99
---
Log message:

item done


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

 README.txt |    6 ------
 1 files changed, 6 deletions(-)


Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.98 
llvm/lib/Target/PowerPC/README.txt:1.99
--- llvm/lib/Target/PowerPC/README.txt:1.98     Tue Sep 19 23:59:33 2006
+++ llvm/lib/Target/PowerPC/README.txt  Wed Sep 20 01:41:56 2006
@@ -139,12 +139,6 @@
 
 ===-------------------------------------------------------------------------===
 
-int test3(int a, int b) { return (a < 0) ? a : 0; }
-
-should be branch free code.  LLVM is turning it into < 1 because of the RHS.
-
-===-------------------------------------------------------------------------===
-
 No loads or stores of the constants should be needed:
 
 struct foo { double X, Y; };



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

Reply via email to