diff options
Diffstat (limited to 'test/CodeGen/Alpha/cmov.ll')
| -rw-r--r-- | test/CodeGen/Alpha/cmov.ll | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Alpha/cmov.ll b/test/CodeGen/Alpha/cmov.ll index 08e1dad2c0e7..9b655f03efdc 100644 --- a/test/CodeGen/Alpha/cmov.ll +++ b/test/CodeGen/Alpha/cmov.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -march=alpha | not grep cmovlt -; RUN: llvm-as < %s | llc -march=alpha | grep cmoveq +; RUN: llc < %s -march=alpha | not grep cmovlt +; RUN: llc < %s -march=alpha | grep cmoveq  define i64 @cmov_lt(i64 %a, i64 %c) {  entry:  | 
