[llvm-commits] CVS: llvm/lib/Target/PowerPC/README.txt

Chris Lattner sabre at nondot.org
Tue Sep 19 23:42:10 PDT 2006



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; };






More information about the llvm-commits mailing list