diff options
Diffstat (limited to 'llvm/test/CodeGen/Alpha/srl_and.ll')
| -rw-r--r-- | llvm/test/CodeGen/Alpha/srl_and.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Alpha/srl_and.ll b/llvm/test/CodeGen/Alpha/srl_and.ll index 2344833dc5b..3042ef3d023 100644 --- a/llvm/test/CodeGen/Alpha/srl_and.ll +++ b/llvm/test/CodeGen/Alpha/srl_and.ll @@ -1,5 +1,5 @@ ; Make sure this testcase codegens to the zapnot instruction -; RUN: llvm-as < %s | llc -march=alpha | grep zapnot +; RUN: llc < %s -march=alpha | grep zapnot define i64 @foo(i64 %y) { entry: |

