Fix a comment sabre noticed :)
authorNate Begeman <natebegeman@mac.com>
Fri, 17 Feb 2006 06:24:31 +0000 (06:24 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 17 Feb 2006 06:24:31 +0000 (06:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26257 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/addc.ll
test/CodeGen/PowerPC/subc.ll

index fb4b89fe155ff3e1ddc22105c0265da2593097c9..dbf19d9f8cadf6214c662b659afd2d425002a55c 100644 (file)
@@ -1,4 +1,4 @@
-; All of these ands and shifts should be folded into rlwimi's
+; All of these should be codegen'd without loading immediates
 ; RUN: llvm-as < %s | llc -march=ppc32 | grep addc | wc -l | grep 1 &&
 ; RUN: llvm-as < %s | llc -march=ppc32 | grep adde | wc -l | grep 1 &&
 ; RUN: llvm-as < %s | llc -march=ppc32 | grep addze | wc -l | grep 1 &&
index 9e64c2cd43643da5d4c7e89d981c25f699c08e26..697a9341cf1631dca5984fd3b44cd21bc6f09e38 100644 (file)
@@ -1,4 +1,4 @@
-; All of these ands and shifts should be folded into rlwimi's
+; All of these should be codegen'd without loading immediates
 ; RUN: llvm-as < %s | llc -march=ppc32 | grep subfc | wc -l | grep 1 &&
 ; RUN: llvm-as < %s | llc -march=ppc32 | grep subfe | wc -l | grep 1 &&
 ; RUN: llvm-as < %s | llc -march=ppc32 | grep subfze | wc -l | grep 1 &&