[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/ctlz.ll ctpop.ll

Andrew Lenharth alenhar2 at cs.uiuc.edu
Wed May 4 08:56:50 PDT 2005



Changes in directory llvm/test/Regression/CodeGen/Alpha:

ctlz.ll updated: 1.1 -> 1.2
ctpop.ll updated: 1.1 -> 1.2
---
Log message:

comment fix

---
Diffs of the changes:  (+2 -2)

 ctlz.ll  |    2 +-
 ctpop.ll |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/Regression/CodeGen/Alpha/ctlz.ll
diff -u llvm/test/Regression/CodeGen/Alpha/ctlz.ll:1.1 llvm/test/Regression/CodeGen/Alpha/ctlz.ll:1.2
--- llvm/test/Regression/CodeGen/Alpha/ctlz.ll:1.1	Wed May  4 10:51:07 2005
+++ llvm/test/Regression/CodeGen/Alpha/ctlz.ll	Wed May  4 10:56:34 2005
@@ -1,4 +1,4 @@
-; Make sure this testcase codegens to the bic instruction
+; Make sure this testcase codegens to the ctlz instruction
 ; RUN: llvm-as < %s | llc -march=alpha -enable-alpha-CT | grep 'ctlz'
 
 declare ubyte %llvm.ctlz(ubyte)


Index: llvm/test/Regression/CodeGen/Alpha/ctpop.ll
diff -u llvm/test/Regression/CodeGen/Alpha/ctpop.ll:1.1 llvm/test/Regression/CodeGen/Alpha/ctpop.ll:1.2
--- llvm/test/Regression/CodeGen/Alpha/ctpop.ll:1.1	Wed May  4 10:20:16 2005
+++ llvm/test/Regression/CodeGen/Alpha/ctpop.ll	Wed May  4 10:56:34 2005
@@ -1,4 +1,4 @@
-; Make sure this testcase codegens to the bic instruction
+; Make sure this testcase codegens to the ctpop instruction
 ; RUN: llvm-as < %s | llc -march=alpha -enable-alpha-CT | grep 'ctpop'
 
 declare long %llvm.ctpop(long)






More information about the llvm-commits mailing list