diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen/Alpha/not.ll')
| -rw-r--r-- | llvm/test/Regression/CodeGen/Alpha/not.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/Alpha/not.ll b/llvm/test/Regression/CodeGen/Alpha/not.ll index bf00ce3966f..fca659cd42e 100644 --- a/llvm/test/Regression/CodeGen/Alpha/not.ll +++ b/llvm/test/Regression/CodeGen/Alpha/not.ll @@ -1,5 +1,5 @@ ; Make sure this testcase codegens to the ornot instruction -; RUN: llvm-as < %s | llc -march=alpha | grep 'ornot' +; RUN: llvm-as < %s | llc -march=alpha | grep 'eqv' implementation ; Functions: |

