diff options
-rw-r--r-- | lib/Target/PowerPC/README.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt index 78afed70f9..3ccb980a0d 100644 --- a/lib/Target/PowerPC/README.txt +++ b/lib/Target/PowerPC/README.txt @@ -139,12 +139,6 @@ _test: ===-------------------------------------------------------------------------=== -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; }; |