commit | 1e497fe3dcd191c8574f05bb027323c0e5d407d2 | [log] [tgz] |
---|---|---|
author | John Criswell <criswell@uiuc.edu> | Fri May 13 17:36:00 2005 +0000 |
committer | John Criswell <criswell@uiuc.edu> | Fri May 13 17:36:00 2005 +0000 |
tree | 26ca9ed5cbd69497710afae52af7884fedbd4dae | |
parent | b6cf537e25375d4943fcb4cf7fa2c95786ceb4f8 [diff] [blame] |
These tests are currently expected to fail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21941 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Alpha/ctpop.ll b/test/CodeGen/Alpha/ctpop.ll index 97a29a7..681c288 100644 --- a/test/CodeGen/Alpha/ctpop.ll +++ b/test/CodeGen/Alpha/ctpop.ll
@@ -1,4 +1,5 @@ ; Make sure this testcase codegens to the ctpop instruction +; XFAIL: * ; RUN: llvm-as < %s | llc -march=alpha -enable-alpha-CT | grep 'ctpop' declare long %llvm.ctpop(long)