For PR1336:

Un-XFAIL as Alpha feature now specified in lower case.

llvm-svn: 36126
This commit is contained in:
Reid Spencer 2007-04-16 14:07:53 +00:00
parent 969393b105
commit 2cc50a23a4

View File

@ -4,7 +4,6 @@
; RUN: llvm-as < %s | llc -march=alpha -mcpu=ev6 | not grep -i ctlz
; RUN: llvm-as < %s | llc -march=alpha -mcpu=ev56 | not grep -i ctlz
; RUN: llvm-as < %s | llc -march=alpha -mattr=-CIX | not grep -i ctlz
; XFAIL: *
declare i32 @llvm.ctlz.i8(i8)