projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b85c45
)
For PR1336:
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 16 Apr 2007 14:07:53 +0000
(14:07 +0000)
committer
Reid 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
patch
|
blob
|
history
diff --git
a/test/CodeGen/Alpha/ctlz.ll
b/test/CodeGen/Alpha/ctlz.ll
index e80266fdd5cd4b36d50d7887466ac1f54f1b70e8..0ad014dbf970deb7d2c7db2951e28c5392ceb982 100644
(file)
--- 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)