From c39d19449971c9313cfa65155a530c158002652f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 5 Sep 2006 20:27:06 +0000 Subject: [PATCH] make this harder git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30120 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/select.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CodeGen/X86/select.ll b/test/CodeGen/X86/select.ll index c708f5e0732..68bac667b42 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