Don't try to compile tests for the ev56 alpha subtarget, which hasn't been
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 12 Jun 2008 13:44:26 +0000 (13:44 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 12 Jun 2008 13:44:26 +0000 (13:44 +0000)
supported since r33492.

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

test/CodeGen/Alpha/ctlz.ll
test/CodeGen/Alpha/ctpop.ll

index fba60227f83019bc31395cb8b1c3d0ed556403af..83d97b5833c46efb947d2cc712c9a597d8f560aa 100644 (file)
@@ -2,7 +2,6 @@
 ; RUN: llvm-as < %s | llc -march=alpha -mcpu=ev67 | grep -i ctlz
 ; RUN: llvm-as < %s | llc -march=alpha -mattr=+CIX | grep -i ctlz
 ; 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
 
 declare i8 @llvm.ctlz.i8(i8)
index 654cd04dd4f8d19600034b9921fb29271755ca95..a528d728be066500467a97d7c9b0333ce95ba1d0 100644 (file)
@@ -4,8 +4,6 @@
 ; RUN:   grep -i ctpop
 ; RUN: llvm-as < %s | llc -march=alpha -mcpu=ev6 | \
 ; RUN:   not grep -i ctpop
-; RUN: llvm-as < %s | llc -march=alpha -mcpu=ev56 | \
-; RUN:   not grep -i ctpop
 ; RUN: llvm-as < %s | llc -march=alpha -mattr=-CIX | \
 ; RUN:   not grep -i ctpop