diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-02 04:23:10 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-02 04:23:10 +0000 |
| commit | d0e30dc5be204293e7ddf0c15f5f67fb36f1ca94 (patch) | |
| tree | 46c3b512bb78e64fe2b86dab1fc60ea496ee0789 /llvm/test/Regression/CodeGen/Alpha/ctlz.ll | |
| parent | bc7daea442ac1baa91f707a9678261ebc2b68673 (diff) | |
| download | bcm5719-llvm-d0e30dc5be204293e7ddf0c15f5f67fb36f1ca94.tar.gz bcm5719-llvm-d0e30dc5be204293e7ddf0c15f5f67fb36f1ca94.zip | |
Use the llvm-upgrade program to upgrade llvm assembly.
llvm-svn: 32115
Diffstat (limited to 'llvm/test/Regression/CodeGen/Alpha/ctlz.ll')
| -rw-r--r-- | llvm/test/Regression/CodeGen/Alpha/ctlz.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/Regression/CodeGen/Alpha/ctlz.ll b/llvm/test/Regression/CodeGen/Alpha/ctlz.ll index 8b6526a8cd7..75035f2c260 100644 --- a/llvm/test/Regression/CodeGen/Alpha/ctlz.ll +++ b/llvm/test/Regression/CodeGen/Alpha/ctlz.ll @@ -1,9 +1,9 @@ ; Make sure this testcase codegens to the ctlz instruction -; RUN: llvm-as < %s | llc -march=alpha -mcpu=ev67 | grep -i 'ctlz' -; RUN: llvm-as < %s | llc -march=alpha -mattr=+CIX | grep -i 'ctlz' -; RUN: llvm-as < %s | llc -march=alpha -mcpu=ev6 | not grep -i 'ctlz' -; RUN: llvm-as < %s | llc -march=alpha -mcpu=ev56 | not grep -i 'ctlz' -; RUN: llvm-as < %s | llc -march=alpha -mattr=-CIX | not grep -i 'ctlz' +; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha -mcpu=ev67 | grep -i 'ctlz' +; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha -mattr=+CIX | grep -i 'ctlz' +; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha -mcpu=ev6 | not grep -i 'ctlz' +; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha -mcpu=ev56 | not grep -i 'ctlz' +; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha -mattr=-CIX | not grep -i 'ctlz' declare ubyte %llvm.ctlz(ubyte) |

