comment fix
authorAndrew Lenharth <andrewl@lenharth.org>
Wed, 4 May 2005 15:56:34 +0000 (15:56 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Wed, 4 May 2005 15:56:34 +0000 (15:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21685 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Alpha/ctlz.ll
test/CodeGen/Alpha/ctpop.ll

index 06255eca9eed1a15c1d0cde3f37e35921d232bac..c99d60e08d553a6f78850fc7d6badffb22d4ae24 100644 (file)
@@ -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 610d6cc1d1dc2b2e505d2d71b7d2fa1a67a482c1..97a29a7f22916a9e66e7dcfc5e196813ba85bd0b 100644 (file)
@@ -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)