diff options
Diffstat (limited to 'llvm/test/CodeGen/Alpha/cmov.ll')
-rw-r--r-- | llvm/test/CodeGen/Alpha/cmov.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Alpha/cmov.ll b/llvm/test/CodeGen/Alpha/cmov.ll index c5f9f63c342..8d1c7c5af2f 100644 --- a/llvm/test/CodeGen/Alpha/cmov.ll +++ b/llvm/test/CodeGen/Alpha/cmov.ll @@ -1,5 +1,6 @@ ; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | not grep cmovlt ; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep cmoveq +; XFAIL: * long %cmov_lt(long %a, long %c) { entry: |