diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2007-04-17 04:07:27 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2007-04-17 04:07:27 +0000 |
commit | 0644309e0db05b5e333c951e84333029342cbd46 (patch) | |
tree | f30165828893734a25509ab1ed65fa6240e6f855 /test/CodeGen | |
parent | f8dfef74376dd85f37601855f7519d8256700dab (diff) | |
download | external_llvm-0644309e0db05b5e333c951e84333029342cbd46.zip external_llvm-0644309e0db05b5e333c951e84333029342cbd46.tar.gz external_llvm-0644309e0db05b5e333c951e84333029342cbd46.tar.bz2 |
this is fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36190 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/Alpha/cmov.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/cmov.ll b/test/CodeGen/Alpha/cmov.ll index 8d1c7c5..33f1eb8 100644 --- a/test/CodeGen/Alpha/cmov.ll +++ b/test/CodeGen/Alpha/cmov.ll @@ -1,6 +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: |