summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/select.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-05 20:27:06 +0000
committerChris Lattner <sabre@nondot.org>2006-09-05 20:27:06 +0000
commitc39d19449971c9313cfa65155a530c158002652f (patch)
tree2ff7e48c3f62467c694b3767817aa80092936adf /test/CodeGen/X86/select.ll
parentf89e2a941616681c93d4c52da05870f18660cada (diff)
downloadllvm-c39d19449971c9313cfa65155a530c158002652f.tar.gz
llvm-c39d19449971c9313cfa65155a530c158002652f.tar.bz2
llvm-c39d19449971c9313cfa65155a530c158002652f.tar.xz
make this harder
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30120 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/select.ll')
-rw-r--r--test/CodeGen/X86/select.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/select.ll b/test/CodeGen/X86/select.ll
index c708f5e073..68bac667b4 100644
--- a/test/CodeGen/X86/select.ll
+++ b/test/CodeGen/X86/select.ll
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah &&
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium
bool %boolSel(bool %A, bool %B, bool %C) {
%X = select bool %A, bool %B, bool %C