Changes in directory llvm/test/Regression/CodeGen/X86:
select.ll updated: 1.3 -> 1.4 --- Log message: make this harder --- Diffs of the changes: (+2 -1) select.ll | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/X86/select.ll diff -u llvm/test/Regression/CodeGen/X86/select.ll:1.3 llvm/test/Regression/CodeGen/X86/select.ll:1.4 --- llvm/test/Regression/CodeGen/X86/select.ll:1.3 Wed Mar 31 21:47:56 2004 +++ llvm/test/Regression/CodeGen/X86/select.ll Tue Sep 5 15:27:06 2006 @@ -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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits