this passes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22000 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-05-14 02:35:38 +00:00
parent 4032b9c94c
commit eb99a451e8

View 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)