For PR1336:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 16 Apr 2007 14:07:53 +0000 (14:07 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 16 Apr 2007 14:07:53 +0000 (14:07 +0000)
Un-XFAIL as Alpha feature now specified in lower case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36126 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Alpha/ctlz.ll

index e80266fdd5cd4b36d50d7887466ac1f54f1b70e8..0ad014dbf970deb7d2c7db2951e28c5392ceb982 100644 (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)