commit | 4575ab2186e5fbc3f572468ee0c9edfe55158ed0 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sun Apr 15 23:00:46 2007 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sun Apr 15 23:00:46 2007 +0000 |
tree | ff18ca3bca4696055b7b7f83bf57678e8fd8728e | |
parent | 42e86fb1e678fba31d4ba8327b74d66b8bc72471 [diff] [blame] |
For PR1336: XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36093 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Alpha/ctpop.ll b/test/CodeGen/Alpha/ctpop.ll index e68d237..df9524c 100644 --- a/test/CodeGen/Alpha/ctpop.ll +++ b/test/CodeGen/Alpha/ctpop.ll
@@ -8,6 +8,7 @@ ; RUN: not grep -i ctpop ; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha -mattr=-CIX | \ ; RUN: not grep -i 'ctpop' +; XFAIL: * declare long %llvm.ctpop(long)