From 57910836bdfcaf43c0706ea163932f82382b9963 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 16 Apr 2007 14:07:53 +0000 Subject: [PATCH] For PR1336: 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGen/Alpha/ctlz.ll b/test/CodeGen/Alpha/ctlz.ll index e80266fdd5c..0ad014dbf97 100644 --- a/test/CodeGen/Alpha/ctlz.ll +++ b/test/CodeGen/Alpha/ctlz.ll @@ -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) -- 2.34.1