From eb99a451e87aa330cb4d5710e18a2578fb071049 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 14 May 2005 02:35:38 +0000 Subject: [PATCH] this passes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22000 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Alpha/ctpop.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGen/Alpha/ctpop.ll b/test/CodeGen/Alpha/ctpop.ll index 5c84a2cb5c9..9209bf20802 100644 --- a/test/CodeGen/Alpha/ctpop.ll +++ b/test/CodeGen/Alpha/ctpop.ll @@ -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)