diff options
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) |

