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