From: Reid Spencer Date: Mon, 16 Apr 2007 17:51:25 +0000 (+0000) Subject: For PR1336: X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=892299ccf41e9b3726b1a9f297e47ce636b197ca;p=oota-llvm.git For PR1336: Un-XFAIL because this passes now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36145 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Alpha/ctpop.ll b/test/CodeGen/Alpha/ctpop.ll index 6405224117b..388c121e895 100644 --- a/test/CodeGen/Alpha/ctpop.ll +++ b/test/CodeGen/Alpha/ctpop.ll @@ -8,7 +8,6 @@ ; 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.i64(long)