this passes
authorChris Lattner <sabre@nondot.org>
Sat, 14 May 2005 02:35:38 +0000 (02:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 May 2005 02:35:38 +0000 (02:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22000 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Alpha/ctpop.ll

index 5c84a2cb5c95ebc2e5ed838abf20904409451d17..9209bf2080263e9e003f60aee1a3966d8431dbd8 100644 (file)
@@ -1,5 +1,4 @@
 ; Make sure this testcase codegens to the ctpop instruction
-; XFAIL: *
 ; RUN: llvm-as < %s | llc -march=alpha -enable-alpha-CT | grep -i 'ctpop'
 
 declare long %llvm.ctpop(long)