diff options
| author | Andrew Lenharth <andrewl@lenharth.org> | 2005-05-04 15:56:34 +0000 |
|---|---|---|
| committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-05-04 15:56:34 +0000 |
| commit | 702859084b276f106f20a374b27b0d210118f03f (patch) | |
| tree | b24f5450b74349d924caac495257fba83d3c057c /llvm/test/Regression/CodeGen/Alpha/ctlz.ll | |
| parent | dd9d3ac72be2214e7d9b03cca1bd67f270bee3b2 (diff) | |
| download | bcm5719-llvm-702859084b276f106f20a374b27b0d210118f03f.tar.gz bcm5719-llvm-702859084b276f106f20a374b27b0d210118f03f.zip | |
comment fix
llvm-svn: 21685
Diffstat (limited to 'llvm/test/Regression/CodeGen/Alpha/ctlz.ll')
| -rw-r--r-- | llvm/test/Regression/CodeGen/Alpha/ctlz.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/Alpha/ctlz.ll b/llvm/test/Regression/CodeGen/Alpha/ctlz.ll index 06255eca9ee..c99d60e08d5 100644 --- a/llvm/test/Regression/CodeGen/Alpha/ctlz.ll +++ b/llvm/test/Regression/CodeGen/Alpha/ctlz.ll @@ -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) |

