1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

For PR1336:

Un-XFAIL because this passes now.

llvm-svn: 36145
This commit is contained in:
Reid Spencer 2007-04-16 17:51:25 +00:00
parent 33f8e6461a
commit b5051162e4

View File

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